diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-05-06 03:48:07 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2020-05-06 22:35:24 +0200 |
commit | 102a247ebbee823151c419ad0d578a76946a4664 (patch) | |
tree | dd50e4ec0504c3b0bb83d740e9f52e708c517e18 | |
parent | 6666f1d36a89a1d81c5fa4c936a42bd0f5551bac (diff) |
Use a Github Actions cache version that works (#5113)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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, |