Skip to content

Commit a04bfaf

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gorelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: ${{ env.GO_VERSION }}
2121
- name: Checkout code
22-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2323
- name: Gorelease cache
2424
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
2525
with:

.github/workflows/release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version: stable
1919
- name: Checkout code
20-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
20+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2121
- name: Build artifacts
2222
run: |
2323
make artifacts

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
go-version: ${{ matrix.go-version }}
1818
- name: Checkout code
19-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
19+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2020
- name: Go cache
2121
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
2222
with:

0 commit comments

Comments
 (0)