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 de6a181 commit 1e99b6bCopy full SHA for 1e99b6b
.github/actions/install-deps/action.yaml
@@ -7,7 +7,7 @@ inputs:
7
runs:
8
using: "composite"
9
steps:
10
- - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
+ - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
+ - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
20
id: cache-toolchain
21
22
path: |
0 commit comments