From 0cc01965760a63e951485c625209adb7ba44f86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 20 Apr 2021 19:37:27 +0200 Subject: chore: upgrade deno_doc, deno_lint (#10268) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3