Skip to content

Commit d935d4c

Browse files
chore(deps): update actions/checkout action to v6
1 parent 8d62d42 commit d935d4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build-test-publish:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
token: ${{ secrets.GH_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build-test:
55
runs-on: ubuntu-24.04
66
steps:
7-
- uses: actions/checkout@v5
7+
- uses: actions/checkout@v6
88
with:
99
fetch-depth: 0
1010

0 commit comments

Comments
 (0)