Skip to content

Commit 1d4a308

Browse files
build(deps): update actions/cache action to v5.0.3 (#1901)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b30ac77 commit 1d4a308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
}}" >> "$GITHUB_ENV"
5757
fi
5858
59-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
59+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6060
if: inputs.node == 'true' && inputs.read-cache == 'true' && runner.os != 'Windows'
6161
id: node-modules-restore
6262
with:
@@ -101,7 +101,7 @@ runs:
101101
HUSKY: '0' # By default do not run HUSKY install
102102

103103
- if: inputs.node == 'true' && inputs.save-cache == 'true' && env.CACHE_HIT != 'true' && runner.os != 'Windows'
104-
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
104+
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
105105
with:
106106
path: ${{ inputs.pnpm-cache }}
107107
key: ${{ env.CACHE_KEY }}

0 commit comments

Comments
 (0)