We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58604d5 commit 4bd3d87Copy full SHA for 4bd3d87
1 file changed
.github/actions/fn-setup/action.yml
@@ -20,7 +20,7 @@ runs:
20
with:
21
deno-version: 2.x
22
cache: true
23
- cache-hash: ${{ runner.os }}-${{ env.DENO_CACHE_SLICE_NAME }}@${{ inputs.cache-version }}
+ # cache-hash: ${{ runner.os }}-${{ env.DENO_CACHE_SLICE_NAME }}@${{ inputs.cache-version }}
24
25
# - name: Set up Deno dependencies cache
26
# uses: actions/cache@v3
0 commit comments