Skip to content

Commit 4bd3d87

Browse files
committed
ci: debug: now what happens if we take away the cache hash
1 parent 58604d5 commit 4bd3d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/fn-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
with:
2121
deno-version: 2.x
2222
cache: true
23-
cache-hash: ${{ runner.os }}-${{ env.DENO_CACHE_SLICE_NAME }}@${{ inputs.cache-version }}
23+
# cache-hash: ${{ runner.os }}-${{ env.DENO_CACHE_SLICE_NAME }}@${{ inputs.cache-version }}
2424

2525
# - name: Set up Deno dependencies cache
2626
# uses: actions/cache@v3

0 commit comments

Comments
 (0)