CI: Update to actions/checkout@v4

This commit is contained in:
Christoph Reiter
2023-09-20 10:56:05 +02:00
parent 94b601fa5e
commit d53b16bbfe
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
if: ${{ github.repository == 'msys2/MSYS2-packages' || github.event_name == 'workflow_dispatch' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

View File

@@ -35,7 +35,7 @@ jobs:
maximum-size: 16GB
disk-root: "C:"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: temp
fetch-depth: 0