Skip to content

Commit 65bf083

Browse files
chore(deps): update actions/checkout action to v6
1 parent 56f229d commit 65bf083

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
@@ -11,7 +11,7 @@ jobs:
1111
build-test-publish:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717
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-22.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)