Skip to content

Commit 1cdca55

Browse files
chore(deps): update actions/checkout action to v4.3.0 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73480ca commit 1cdca55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version: [ '1.20.x', '1.21.x', '1.22.x', '1.23.x']
3030
steps:
3131
# full checkout for semantic-release
32-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3333
with:
3434
fetch-depth: 0
3535
- name: Set up go ${{ matrix.go-version }}
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
# full checkout for semantic-release
5757
- name: Full checkout
58-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5959
with:
6060
fetch-depth: 0
6161

0 commit comments

Comments
 (0)