Skip to content

Commit 147902f

Browse files
authored
1 parent 4043011 commit 147902f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- name: Install Go
26-
uses: actions/setup-go@v4
26+
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
2727
with:
2828
go-version: ${{ matrix.go-version }}
2929
- name: Checkout code
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3131
- id: go-env
3232
run: |
3333
echo "::set-output name=cache::$(go env GOCACHE)"
3434
echo "::set-output name=mod-cache::$(go env GOMODCACHE)"
3535
- name: Cache go modules
36-
uses: actions/cache@v3
36+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
3737
with:
3838
path: |
3939
${{ steps.go-env.outputs.cache }}

0 commit comments

Comments
 (0)