Skip to content

Commit 06470db

Browse files
chore(deps): update actions/checkout action
1 parent d15411f commit 06470db

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Lint
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323

2424
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
2525
with:
@@ -34,7 +34,7 @@ jobs:
3434
name: Test
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
37+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3838

3939
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
4040
with:
@@ -62,7 +62,7 @@ jobs:
6262
matrix:
6363
os: [ubuntu-latest, macos-latest, windows-latest]
6464
steps:
65-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
65+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6666

6767
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
6868
with:

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
egress-policy: audit
2727

2828
- name: Checkout repository
29-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
with:
3131
fetch-depth: 1
3232

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
egress-policy: audit
4747

4848
- name: Checkout repository
49-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
49+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5050
with:
5151
fetch-depth: 1
5252

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Checkout
2626
if: ${{ steps.release.outputs.release_created }}
27-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828

2929
- name: Build and upload binaries
3030
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)