Skip to content

Commit 23bd1bf

Browse files
authored
Merge pull request #74 from devlead/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 63924a4 + 6848c00 commit 23bd1bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [windows-latest, ubuntu-latest, macos-latest]
1919
steps:
2020
- name: Get the sources
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424

0 commit comments

Comments
 (0)