Skip to content

Commit dbc624c

Browse files
ci(deps): update actions/checkout action to v6
1 parent 6dfd187 commit dbc624c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
)
2626
steps:
2727
- name: Checkout the repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
with:
3030
token: ${{ secrets.DEPLOYMENT_TOKEN }}
3131
submodules: recursive

0 commit comments

Comments
 (0)