From b9f758d3ad6b71d9ac7bcae7192985a1f9258724 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 12 Apr 2021 22:14:40 +0000 Subject: upgrade: rusty_v8 0.22.0 (V8 9.1.269.2) (#10152) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ad068ed5..611608903 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,9 +175,9 @@ jobs: ~/.cargo/registry ./target key: - ${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} + a-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} restore-keys: | - ${{ matrix.os }}-${{ matrix.kind }}- + a-${{ matrix.os }}-${{ matrix.kind }}- - name: Apply and update mtime cache uses: ./.github/mtime_cache -- cgit v1.2.3