From 009f93d7c573c46ac39853379d459d81cf52cd68 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Sat, 15 May 2021 11:50:34 +0200 Subject: [PATCH] Update used GitHub Actions Former-commit-id: 274bb9667ecf55b5bdcee3d65c9c5bf21959749f --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6fe6cb..6946920 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,12 @@ jobs: timeout-minutes: 6 steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Prepare .NET uses: actions/setup-dotnet@v1 with: dotnet-version: '5.0.x' - name: Prepare FFMpeg - uses: FedericoCarboni/setup-ffmpeg@v1-beta + uses: FedericoCarboni/setup-ffmpeg@v1 - name: Test with dotnet run: dotnet test --logger GitHubActions diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f10b27..5ef0a4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Prepare .NET uses: actions/setup-dotnet@v1 with: