Skip to content

Commit

Permalink
Update actions/cache digest to d4323d4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 6, 2025
1 parent d09059a commit 7f7c7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo install skaffold /usr/local/bin/
skaffold version
- name: Cache skaffold image builds & config
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ~/.skaffold/
key: fixed-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/walkthrough.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo install skaffold /usr/local/bin/
skaffold version
- name: Cache skaffold image builds & config
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
with:
path: ~/.skaffold/
key: fixed-${{ github.sha }}
Expand Down

0 comments on commit 7f7c7e9

Please # to comment.