Skip to content

Commit 33301c5

Browse files
Merge pull request #122 from seed4j/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 447f237 + ff10cb6 commit 33301c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 20
2121
steps:
2222
- name: 'Setup: checkout project'
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
- name: 'Setup: Node.js'
2525
uses: actions/setup-node@v6
2626
with:

0 commit comments

Comments
 (0)