diff options
| author | Bert Belder <bertbelder@gmail.com> | 2021-04-13 08:47:24 +0000 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2021-04-13 08:47:24 +0000 |
| commit | 36f147364a6990dc7c57542243021a54f2f0a606 (patch) | |
| tree | 6ee26f01bbf63883113d87af970f9520d7b50740 /.github | |
| parent | b9f758d3ad6b71d9ac7bcae7192985a1f9258724 (diff) | |
upgrade: rusty_v8 0.22.1 (V8 9.1.269.5) (#10159)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 611608903..422a1df2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,9 +175,9 @@ jobs: ~/.cargo/registry ./target key: - a-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} + b-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} restore-keys: | - a-${{ matrix.os }}-${{ matrix.kind }}- + b-${{ matrix.os }}-${{ matrix.kind }}- - name: Apply and update mtime cache uses: ./.github/mtime_cache |
