Skip to content

Commit 6d586ce

Browse files
⬆ Bump actions/cache from 4 to 5 (#120)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 240ade1 commit 6d586ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rw_docusaurus_operations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
run: corepack enable
138138

139139
- name: Cache dependencies
140-
uses: actions/cache@v4
140+
uses: actions/cache@v5
141141
with:
142142
path: |
143143
${{ inputs.working-directory }}/node_modules
@@ -220,7 +220,7 @@ jobs:
220220
run: corepack enable
221221

222222
- name: Cache dependencies
223-
uses: actions/cache@v4
223+
uses: actions/cache@v5
224224
with:
225225
path: |
226226
${{ inputs.working-directory }}/node_modules

0 commit comments

Comments
 (0)