We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1642a4 commit 883215eCopy full SHA for 883215e
setup-ok/action.yml
@@ -270,7 +270,7 @@ runs:
270
# See: https://github.com/actions/cache/blob/main/save/README.md#always-save-cache
271
- name: Save cache
272
if: always() && steps.cache-tools-restore.outputs.cache-hit != 'true' && steps.install-tools.outcome == 'success'
273
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
274
env:
275
BIN_DIR: ${{ steps.bin-dir.outputs.dir }}
276
VERSIONS: ${{ steps.versions.outputs.versions }}
0 commit comments