diff --git a/action.yml b/action.yml index 870f10c..6bf24db 100644 --- a/action.yml +++ b/action.yml @@ -48,7 +48,7 @@ runs: - name: Cache Deno dependencies id: cache-deno - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: key: ${{ hashFiles(inputs.deno-lock-path) }} path: ${{ env.DENO_DIR }}