We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3129d commit 274bb96Copy full SHA for 274bb96
.github/workflows/ci.yml
@@ -18,12 +18,12 @@ jobs:
18
timeout-minutes: 6
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
22
- name: Prepare .NET
23
uses: actions/setup-dotnet@v1
24
with:
25
dotnet-version: '5.0.x'
26
- name: Prepare FFMpeg
27
- uses: FedericoCarboni/setup-ffmpeg@v1-beta
+ uses: FedericoCarboni/setup-ffmpeg@v1
28
- name: Test with dotnet
29
run: dotnet test --logger GitHubActions
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
11
12
13
14
0 commit comments