We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54992bf commit 44cc0e9Copy full SHA for 44cc0e9
.github/workflows/ci.yaml
@@ -13,13 +13,13 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
- - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
+ - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
17
with:
18
path: ~/go/pkg/mod
19
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
20
restore-keys: |
21
${{ runner.os }}-go-
22
- - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
+ - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
23
24
go-version-file: go.mod
25
- run: go mod tidy
0 commit comments