Skip to content

Commit fc2fad4

Browse files
committed
chore: pin actions/cache to full SHA
1 parent 8c6a66e commit fc2fad4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
- name: Mount devbox cli cache
5757
if: inputs.refresh-cli == 'false'
5858
id: cache-devbox-cli
59-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
59+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6060
with:
6161
path: ~/.local/bin/devbox
6262
key: ${{ runner.os }}-${{ runner.arch }}-devbox-cli-${{ env.latest_version }}
@@ -105,7 +105,7 @@ runs:
105105
106106
- name: Save devbox cli cache
107107
if: inputs.refresh-cli == 'false' && steps.cache-devbox-cli.outputs.cache-hit != 'true'
108-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
108+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
109109
with:
110110
path: ~/.local/bin/devbox
111111
key: ${{ runner.os }}-${{ runner.arch }}-devbox-cli-${{ env.latest_version }}
@@ -195,7 +195,7 @@ runs:
195195
- name: Mount nix store cache
196196
id: cache-devbox-nix-store
197197
if: inputs.enable-cache == 'true'
198-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
198+
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
199199
with:
200200
path: |
201201
~/.cache/devbox
@@ -223,7 +223,7 @@ runs:
223223
224224
- name: Save nix store cache
225225
if: inputs.enable-cache == 'true' && steps.cache-devbox-nix-store.outputs.cache-hit != 'true'
226-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
226+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
227227
with:
228228
path: |
229229
~/.cache/devbox

0 commit comments

Comments
 (0)