Skip to content

Commit 01aa497

Browse files
ci(deps): update actions/checkout action to v5
1 parent 6dfd187 commit 01aa497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v5
2929
with:
3030
token: ${{ secrets.DEPLOYMENT_TOKEN }}
3131
submodules: recursive

0 commit comments

Comments
 (0)