We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73480ca commit 1cdca55Copy full SHA for 1cdca55
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
go-version: [ '1.20.x', '1.21.x', '1.22.x', '1.23.x']
30
steps:
31
# full checkout for semantic-release
32
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
33
with:
34
fetch-depth: 0
35
- name: Set up go ${{ matrix.go-version }}
@@ -55,7 +55,7 @@ jobs:
55
56
57
- name: Full checkout
58
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
59
60
61
0 commit comments