Skip to content

Commit 870b1c4

Browse files
ci: update actions/setup-go digest to d35c59a (#63)
* ci: update actions/setup-go digest to d35c59a * Update test.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trim21 <[email protected]>
1 parent 3bd49f2 commit 870b1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
go_version: ["~1.20", "~1.21", "~1.22", "~1.23", "~1.24"]
3232

3333
steps:
34-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34+
- uses: actions/checkout@v4
3535

3636
- name: Install Go
37-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
37+
uses: actions/setup-go@v5
3838
with:
3939
go-version: "${{ matrix.go_version }}"
4040

0 commit comments

Comments
 (0)