Update actions/checkout to v3 (#5226)

Fixes #5225
This commit is contained in:
Orestis Floros 2022-10-24 21:01:23 +02:00 committed by GitHub
parent b18b80ca40
commit de3fc07123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
BALTO_TOKEN: ${{ secrets.BALTO_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: git fetch --prune --unshallow
- name: construct container name
run: |
@ -90,7 +90,7 @@ jobs:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: check & print release notes
run: ./release-notes/generator.pl
- name: Install dependencies