diff --git a/.github/workflows/deno-ci.yaml b/.github/workflows/deno-ci.yaml index 1c6b304..20949e7 100644 --- a/.github/workflows/deno-ci.yaml +++ b/.github/workflows/deno-ci.yaml @@ -31,7 +31,7 @@ jobs: # "https" cache: code from the Internet # External sources won't change much so we use less precise keys - name: Cache https:// - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.cache/deno/deps/https key: deno-https/v1-${{ github.sha }}