We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87ee13 commit de39444Copy full SHA for de39444
.github/actions/install-deps/action.yaml
@@ -7,7 +7,7 @@ inputs:
7
runs:
8
using: "composite"
9
steps:
10
- - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
+ - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
11
id: setup-go
12
with:
13
go-version-file: go.mod
@@ -16,7 +16,7 @@ runs:
16
# Root path permission workaround for caching https://github.com/actions/cache/issues/845#issuecomment-1252594999
17
- run: sudo chown "$USER" /usr/local
18
shell: bash
19
- - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
+ - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
20
id: cache-toolchain
21
22
path: |
0 commit comments