ci: updated actions/checkout to 3

This commit is contained in:
Daniel 2023-07-12 13:38:25 +02:00 committed by GitHub
parent 6cf49b2032
commit 33d6f1eef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# checkout IRDB
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0