Skip to content

Commit 977ba5b

Browse files
committed
cache version updated
1 parent f115538 commit 977ba5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -60,7 +60,7 @@ jobs:
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

0 commit comments

Comments
 (0)