File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
lint :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12
12
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
13
13
with :
14
14
go-version : 1.x
Original file line number Diff line number Diff line change 45
45
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
46
46
with :
47
47
go-version : ${{ matrix.go-version }}
48
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49
49
50
50
# Get values for cache paths to be used in later steps
51
51
- id : cache-paths
54
54
echo "go-mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
55
55
56
56
- name : Cache go modules
57
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
57
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
58
58
with :
59
59
path : |
60
60
${{ steps.cache-paths.outputs.go-cache }}
You can’t perform that action at this time.
0 commit comments