Skip to content

Commit 274bb96

Browse files
committed
Update used GitHub Actions
1 parent 6c3129d commit 274bb96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
timeout-minutes: 6
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v1
21+
uses: actions/checkout@v2
2222
- name: Prepare .NET
2323
uses: actions/setup-dotnet@v1
2424
with:
2525
dotnet-version: '5.0.x'
2626
- name: Prepare FFMpeg
27-
uses: FedericoCarboni/setup-ffmpeg@v1-beta
27+
uses: FedericoCarboni/setup-ffmpeg@v1
2828
- name: Test with dotnet
2929
run: dotnet test --logger GitHubActions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v1
11+
uses: actions/checkout@v2
1212
- name: Prepare .NET
1313
uses: actions/setup-dotnet@v1
1414
with:

0 commit comments

Comments
 (0)