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 4043011 commit 147902fCopy full SHA for 147902f
.github/workflows/test.yml
@@ -23,17 +23,17 @@ jobs:
23
runs-on: ${{ matrix.os }}
24
steps:
25
- name: Install Go
26
- uses: actions/setup-go@v4
+ uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
27
with:
28
go-version: ${{ matrix.go-version }}
29
- name: Checkout code
30
- uses: actions/checkout@v3
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
31
- id: go-env
32
run: |
33
echo "::set-output name=cache::$(go env GOCACHE)"
34
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
35
- name: Cache go modules
36
- uses: actions/cache@v3
+ uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
37
38
path: |
39
${{ steps.go-env.outputs.cache }}
0 commit comments