Skip to content

Commit 8446bf8

Browse files
authored
Merge pull request #259 from devlead/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 6b4e001 + c42aaaa commit 8446bf8

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
@@ -22,7 +22,7 @@ jobs:
2222
os: [windows-latest, ubuntu-latest, macos-latest]
2323
steps:
2424
- name: Get the sources
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828

0 commit comments

Comments
 (0)