summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-04-20 19:37:27 +0200
committerGitHub <noreply@github.com>2021-04-20 19:37:27 +0200
commit0cc01965760a63e951485c625209adb7ba44f86a (patch)
treebed5d85364769d2a6d5d2df4a800b9d0907c4393 /.github
parente23cfcd577d11cb5371477e72fcd19f0618ce330 (diff)
chore: upgrade deno_doc, deno_lint (#10268)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 422a1df2a..0f6d7ac0e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -175,9 +175,9 @@ jobs:
~/.cargo/registry
./target
key:
- b-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
+ c-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
restore-keys: |
- b-${{ matrix.os }}-${{ matrix.kind }}-
+ c-${{ matrix.os }}-${{ matrix.kind }}-
- name: Apply and update mtime cache
uses: ./.github/mtime_cache