File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 46
46
cache : false
47
47
48
48
- name : Enable Go build cache
49
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
49
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
50
50
with :
51
51
path : ~/.cache/go-build
52
52
key : ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
55
55
${{ runner.os }}-go-build-
56
56
57
57
- name : Enable Go modules cache
58
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
58
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
59
59
with :
60
60
path : ~/go/pkg/mod
61
61
key : ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 80
80
cache : false
81
81
82
82
- name : Enable Go build cache
83
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
83
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
84
84
with :
85
85
path : ~/.cache/go-build
86
86
key : ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
89
89
${{ runner.os }}-go-build-
90
90
91
91
- name : Enable Go modules cache
92
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
92
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
93
93
with :
94
94
path : ~/go/pkg/mod
95
95
key : ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ jobs:
45
45
lfs : true
46
46
47
47
- name : Enable Go modules cache
48
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
49
49
with :
50
50
path : ~/go/pkg/mod
51
51
key : ${{ matrix.go.version }}-modules-${{ hashFiles('**/go.sum') }}
52
52
restore-keys : |
53
53
${{ matrix.go.version }}-modules-
54
54
55
55
- name : Enable Go build cache
56
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
56
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
57
57
with :
58
58
path : ~/.cache/go-build
59
59
key : ${{ matrix.go.version }}-build-${{ github.ref }}-${{ hashFiles('**') }}
Original file line number Diff line number Diff line change 30
30
cache : false
31
31
32
32
- name : Enable Go build cache
33
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
33
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
34
34
with :
35
35
path : ~/.cache/go-build
36
36
key : ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
39
39
${{ runner.os }}-go-build-
40
40
41
41
- name : Enable Go modules cache
42
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
42
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
43
43
with :
44
44
path : ~/go/pkg/mod
45
45
key : ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 46
46
cache : false
47
47
48
48
- name : Enable Go build cache
49
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
49
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
50
50
with :
51
51
path : ~/.cache/go-build
52
52
key : ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
55
55
${{ runner.os }}-go-build-
56
56
57
57
- name : Enable Go modules cache
58
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
58
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
59
59
with :
60
60
path : ~/go/pkg/mod
61
61
key : ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 46
46
cache : false
47
47
48
48
- name : Enable Go build cache
49
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
49
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
50
50
with :
51
51
path : ~/.cache/go-build
52
52
key : ${{ runner.os }}-go-build-${{ github.ref }}-${{ hashFiles('**') }}
55
55
${{ runner.os }}-go-build-
56
56
57
57
- name : Enable Go modules cache
58
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
58
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
59
59
with :
60
60
path : ~/go/pkg/mod
61
61
key : ${{ runner.os }}-go-modules-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments