Skip to content

Commit 6c0d562

Browse files
authored
Merge pull request #123 from tweag/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4.3.0
2 parents 3ab1713 + e127da3 commit 6c0d562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
- name: Mount Bazel cache
31-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
31+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3232
with:
3333
path: ~/repo-cache
3434
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}

0 commit comments

Comments
 (0)