Skip to content

Commit 29dd095

Browse files
chore(deps): update actions/checkout action to v6
1 parent 5506220 commit 29dd095

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)