Skip to content

Commit 6d5f3c6

Browse files
build(deps): bump actions/cache from 4 to 5 (#21)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88c3442 commit 6d5f3c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deno-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# We're more selective here to prevent cross-branch contamination
3232
# Disabled for now because https://github.com/denoland/deno/pull/12830
3333
# - name: Cache file://
34-
# uses: actions/cache@v4
34+
# uses: actions/cache@v5
3535
# with:
3636
# path: ~/.cache/deno/gen/file
3737
# key: deno/${{ matrix.deno-version }}-file/v1-${{ github.ref }}-${{ github.sha }}
@@ -40,7 +40,7 @@ jobs:
4040
# "https" cache: code from the Internet
4141
# External sources won't change much so we use less precise keys
4242
- name: Cache https://
43-
uses: actions/cache@v4
43+
uses: actions/cache@v5
4444
with:
4545
path: ~/.cache/deno/deps/https
4646
key: deno-https/v1-${{ hashFiles('**/deps.ts') }}

0 commit comments

Comments
 (0)