Skip to content

Commit afddad1

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/reusable-unit-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: ${{ inputs.node-version }}
3232
node-version-file: ${{ inputs.node-version-file }}
33-
- uses: actions/cache@v4
33+
- uses: actions/cache@v5
3434
env:
3535
cache-name: cache-nodemodules
3636
with:
@@ -61,7 +61,7 @@ jobs:
6161
node-version: ${{ inputs.node-version }}
6262
node-version-file: ${{ inputs.node-version-file }}
6363

64-
- uses: actions/cache@v4
64+
- uses: actions/cache@v5
6565
env:
6666
cache-name: cache-nodemodules
6767
with:
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
node-version: ${{ inputs.node-version }}
109109
node-version-file: ${{ inputs.node-version-file }}
110-
- uses: actions/cache@v4
110+
- uses: actions/cache@v5
111111
env:
112112
cache-name: cache-nodemodules
113113
with:

0 commit comments

Comments
 (0)