Skip to content

Commit

Permalink
CI: Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Sep 20, 2023
1 parent 94b601f commit d53b16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-srcinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d53b16b

Please sign in to comment.