From 102a247ebbee823151c419ad0d578a76946a4664 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 6 May 2020 03:48:07 +0200 Subject: Use a Github Actions cache version that works (#5113) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6c36605c..30b29d39d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: run: echo "::set-env name=CARGO_HOME::$(pwd)/.cargo_home" - name: Cache - uses: actions/cache@master + uses: denoland/github-actions-cache@stable-prerelease 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