Skip to content

Commit b4e3034

Browse files
chore(deps): update actions/checkout action to v6.0.2 (#153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7afc098 commit b4e3034

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false # Continue with other versions if one fails
2929
steps:
3030
# full checkout for semantic-release
31-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
31+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232
with:
3333
fetch-depth: 0
3434
- name: Set up Go ${{ matrix.go-version }}
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
go-version: ['1.24.x', '1.25.x']
6868
steps:
69-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
69+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7070
with:
7171
fetch-depth: 0
7272
- name: Set up Go ${{ matrix.go-version }}
@@ -126,7 +126,7 @@ jobs:
126126
steps:
127127
# full checkout for semantic-release
128128
- name: Full checkout
129-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
129+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
130130
with:
131131
fetch-depth: 0
132132

0 commit comments

Comments
 (0)