Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit be467f0

Browse files
chore(deps): pin actions/cache action to 5a3ec84
1 parent 338169a commit be467f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mise-uv-prepare-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup mise
2222
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@e016a979d6e455bb4023977985040870b466cace
2323
- name: uv cache
24-
uses: actions/cache@v4 # TODO: Pin to digest and comment version
24+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 # TODO: Pin to digest and comment version
2525
with:
2626
path: |
2727
${{ steps.prepare.outputs.UV_CACHE_DIR }}

.github/workflows/mise-uv-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup mise
2727
uses: nikobockerman/github-actions/.github/actions/mise-project-setup@e016a979d6e455bb4023977985040870b466cace
2828
- name: Restore uv cache
29-
uses: actions/cache/restore@v4 # TODO: Pin to digest and comment version
29+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4 # TODO: Pin to digest and comment version
3030
with:
3131
fail-on-cache-miss: true
3232
key: uv-${{ hashFiles('uv.lock') }}

0 commit comments

Comments
 (0)