Skip to content

Commit 51ee5f5

Browse files
build(deps): update actions/checkout action to v6
1 parent 293fbfd commit 51ee5f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
release-type: node
7474
- id: checkout
7575
name: Checkout
76-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
76+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7777
with:
7878
persist-credentials: false
7979
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- id: checkout
3939
name: Checkout
40-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
40+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4141
with:
4242
persist-credentials: false
4343
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)