Skip to content

Commit 31dfb08

Browse files
chore(deps): update actions/checkout action to v6 (#3)
1 parent 9e7406a commit 31dfb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Steps represent a sequence of tasks that will be executed as part of the job
3030
steps:
3131
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
with:
3434
token: ${{ secrets.GH_TOKEN }}
3535
submodules: true

0 commit comments

Comments
 (0)