File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 go-version : ${{ matrix.GO_VERSION }}
2828 - name : Cache Go modules
29- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
29+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
3030 with :
3131 path : |
3232 ~/.cache/go-build
6060 # identical across the unit-tests, e2e-tests, and consistency-checks
6161 # jobs, or else weird things could happen.
6262 - name : Cache Go modules
63- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
63+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
6464 with :
6565 path : |
6666 ~/.cache/go-build
@@ -101,7 +101,7 @@ jobs:
101101 # identical across the unit-tests, e2e-tests, and consistency-checks
102102 # jobs, or else weird things could happen.
103103 - name : Cache Go modules
104- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
104+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
105105 with :
106106 path : |
107107 ~/.cache/go-build
@@ -132,7 +132,7 @@ jobs:
132132 # identical across the unit-tests and consistency-checks
133133 # jobs, or else weird things could happen.
134134 - name : Cache Go modules
135- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
135+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
136136 with :
137137 path : |
138138 ~/.cache/go-build
You can’t perform that action at this time.
0 commit comments