ci: Update actions/checkout in GitHub Actions workflows to v3

Signed-off-by: Dirk Stolle <striezel-dev@web.de>
This commit is contained in:
Dirk Stolle
2023-07-14 10:22:55 +02:00
committed by GitHub
parent 0461ebe739
commit 0141dab8c9
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}