Skip to content

Commit bf5dea5

Browse files
authored
Merge pull request #65 from stacklok/renovate/actions-cache-5.x
Update actions/cache action to v5.0.4
2 parents 8c6450c + c02b99f commit bf5dea5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go mod verify
3030
3131
- name: Cache Go build cache
32-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
32+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3333
with:
3434
path: ~/.cache/go-build
3535
key: ${{ runner.os }}-go-build-lint-${{ hashFiles('**/go.sum') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go mod verify
3030
3131
- name: Cache Go build cache
32-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
32+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3333
with:
3434
path: ~/.cache/go-build
3535
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)