Skip to content

Commit 8112e14

Browse files
chore(deps): update actions/cache action to v5 (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f61618 commit 8112e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup-node/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
shell: bash
3333

3434
- name: Yarn Cache
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
3838
key: yarn-cache-folder-${{ hashFiles('**/yarn.lock', '.yarnrc.yml') }}
@@ -41,7 +41,7 @@ runs:
4141
4242
- name: Turbo Cache
4343
if: ${{ inputs.turbo }}
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
with:
4646
path: |
4747
node_modules/.cache/turbo

0 commit comments

Comments
 (0)