From f00f157bfbdabc47ba7e7bacd865ecf9ff6f2500 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sun, 7 May 2023 18:40:23 +0200 Subject: [PATCH] GitHub Actions: Updates actions/checkout from v2 to v3 Somehow Dependabot errors out when trying to check for updates --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a599a8e6..e2fdfbf2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: needs: [ Tests ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Prepare Workspace uses: ./.github/actions/setup_project_workspace with: @@ -88,7 +88,7 @@ jobs: if: ${{ always() && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' || github.ref_type == 'tag') }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Notify Webhook uses: songoda/GH-Commons/.github/actions/discord_send_job_results@master with: