GitHub Actions: Updates actions/checkout from v2 to v3

Somehow Dependabot errors out when trying to check for updates
This commit is contained in:
Christian Koop 2023-05-07 18:40:23 +02:00
parent 55d4c7036b
commit f00f157bfb
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 2 additions and 2 deletions

View File

@ -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: