We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f65b7e commit 0ca7232Copy full SHA for 0ca7232
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: denoland/setup-deno@v2
20
with:
21
deno-version: 2.x
22
- cache-hash: ${{ runner.os }}-${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
+ cache-hash: ${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
23
24
- name: Install dependencies
25
id: deno-deps-install
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
0 commit comments