Skip to content

Commit aa3b503

Browse files
authored
Merge pull request #1536 from crossplane-contrib/renovate/actions-cache-digest
Update actions/cache digest to 6849a64
2 parents 876e627 + 4422b8b commit aa3b503

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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
76+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
83+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
90+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
79+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
86+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
8787
with:
8888
path: .work/pkg
8989
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)