|
56 | 56 | - name: Mount devbox cli cache |
57 | 57 | if: inputs.refresh-cli == 'false' |
58 | 58 | id: cache-devbox-cli |
59 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 |
| 59 | + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
60 | 60 | with: |
61 | 61 | path: ~/.local/bin/devbox |
62 | 62 | key: ${{ runner.os }}-${{ runner.arch }}-devbox-cli-${{ env.latest_version }} |
@@ -105,7 +105,7 @@ runs: |
105 | 105 |
|
106 | 106 | - name: Save devbox cli cache |
107 | 107 | 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 |
109 | 109 | with: |
110 | 110 | path: ~/.local/bin/devbox |
111 | 111 | key: ${{ runner.os }}-${{ runner.arch }}-devbox-cli-${{ env.latest_version }} |
@@ -195,7 +195,7 @@ runs: |
195 | 195 | - name: Mount nix store cache |
196 | 196 | id: cache-devbox-nix-store |
197 | 197 | if: inputs.enable-cache == 'true' |
198 | | - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 |
| 198 | + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 |
199 | 199 | with: |
200 | 200 | path: | |
201 | 201 | ~/.cache/devbox |
@@ -223,7 +223,7 @@ runs: |
223 | 223 |
|
224 | 224 | - name: Save nix store cache |
225 | 225 | 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 |
227 | 227 | with: |
228 | 228 | path: | |
229 | 229 | ~/.cache/devbox |
|
0 commit comments