Skip to content

Commit 5e754bb

Browse files
Update actions/cache digest
1 parent c04b0d2 commit 5e754bb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,21 @@ jobs:
7373
7474
7575
- name: Cache the Go Build Cache
76-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
76+
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
7777
with:
7878
path: ${{ steps.go_cache.outputs.cache }}
7979
key: ${{ runner.os }}-build-lint-${{ hashFiles('**/go.sum') }}
8080
restore-keys: ${{ runner.os }}-build-lint-
8181

8282
- name: Cache Go Dependencies
83-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
83+
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
8484
with:
8585
path: ${{ steps.go_cache.outputs.mod_cache }}
8686
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
8787
restore-keys: ${{ runner.os }}-pkg-
8888

8989
- name: Cache Linter Analysis
90-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
90+
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
9191
id: cache-analysis
9292
with:
9393
path: ${{ steps.go_cache.outputs.analysis_cache }}

.github/workflows/uptest-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676
run: echo "cache=$(go env GOCACHE)" >> $GITHUB_OUTPUT
7777

7878
- name: Cache the Go Build Cache
79-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
79+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
8080
with:
8181
path: ${{ steps.go.outputs.cache }}
8282
key: ${{ runner.os }}-build-uptest-${{ hashFiles('**/go.sum') }}
8383
restore-keys: ${{ runner.os }}-build-uptest-
8484

8585
- name: Cache Go Dependencies
86-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
86+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
8787
with:
8888
path: .work/pkg
8989
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)