Skip to content

Commit d756144

Browse files
chore: bump actions/cache from 4 to 5
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] <[email protected]>
1 parent ac7322c commit d756144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
# force a rebuild.
201201
- name: Fetch prebuilt Code package from cache
202202
id: cache-vscode
203-
uses: actions/cache@v4
203+
uses: actions/cache@v5
204204
with:
205205
path: lib/vscode-reh-web-*
206206
key: vscode-reh-package-${{ secrets.VSCODE_CACHE_VERSION }}-${{ steps.vscode-rev.outputs.rev }}-${{ hashFiles('patches/*.diff', 'ci/build/build-vscode.sh') }}
@@ -285,7 +285,7 @@ jobs:
285285
./test/node_modules/.bin/playwright install-deps
286286
./test/node_modules/.bin/playwright install
287287
- name: Cache Caddy
288-
uses: actions/cache@v4
288+
uses: actions/cache@v5
289289
id: caddy-cache
290290
with:
291291
path: |

0 commit comments

Comments
 (0)