Skip to content

Commit 8a20f5c

Browse files
authored
Merge pull request #38 from FaserF/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 5506220 + 29dd095 commit 8a20f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
workflows: write
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
- name: Trigger Release Workflow
3535
run: |
3636
gh workflow run release.yml -f release_type=development

0 commit comments

Comments
 (0)