From 7069d60423979858ece856d52ef9567a50f8ef76 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 5 Jun 2020 04:21:07 +0200 Subject: 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. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5c47006d..8d6cab782 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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, -- cgit v1.2.3