Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# We're more selective here to prevent cross-branch contamination
# Disabled for now because https://github.com/denoland/deno/pull/12830
# - name: Cache file://
# uses: actions/cache@v4
# uses: actions/cache@v5
# with:
# path: ~/.cache/deno/gen/file
# key: deno/${{ matrix.deno-version }}-file/v1-${{ github.ref }}-${{ github.sha }}
Expand All @@ -40,7 +40,7 @@ jobs:
# "https" cache: code from the Internet
# External sources won't change much so we use less precise keys
- name: Cache https://
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/deno/deps/https
key: deno-https/v1-${{ hashFiles('**/deps.ts') }}
Expand Down