mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
ci: use upstream actions/cache@v2 (#6113)
Upstream finally tagged v2.0.0 so there's no reason to use our own fork any longer.
This commit is contained in:
parent
e05ed53713
commit
7069d60423
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -104,7 +104,7 @@ jobs:
|
|||
run: echo "::set-env name=CARGO_HOME::$(pwd)/.cargo_home"
|
||||
|
||||
- name: Cache
|
||||
uses: denoland/github-actions-cache@stable-prerelease
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
# Note: crates from the denoland/deno git repo always get rebuilt,
|
||||
# and their outputs ('deno', 'libdeno.rlib' etc.) are quite big,
|
||||
|
|
Loading…
Add table
Reference in a new issue