Skip to content

Commit a746655

Browse files
committed
build: Update to latest action versions.
This updates to the following Github Actions: - actions/checkout@11bd719 # v4.2.2 - actions/setup-go@f111f33 # v5.3.0 - actions/cache@1bd1e32 # v4.2.0
1 parent 172eeb5 commit a746655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
go: ["1.22", "1.23"]
1313
steps:
1414
- name: Check out source
15-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- name: Set up Go
17-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
17+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1818
with:
1919
go-version: ${{ matrix.go }}
2020
- name: Use lint cache
21-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
21+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2222
with:
2323
path: |
2424
~/.cache/golangci-lint

0 commit comments

Comments
 (0)