CI: Update to actions/checkout v4 from v3. (#7281)

This commit is contained in:
Bruce Mitchener
2024-02-01 22:07:29 +07:00
committed by GitHub
parent 96839b445e
commit 6172c22c5d
2 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ jobs:
PVS-Studio:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1