0
0
Fork 0
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:
Bert Belder 2020-06-05 04:21:07 +02:00
parent e05ed53713
commit 7069d60423
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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,