diff --git a/README.md b/README.md index 679ad33..672d9d8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - Based on: - [`denoland/setup-deno@v1`](https://github.com/denoland/setup-deno), - - [`actions/cache@v3`](https://github.com/actions/cache) + - [`actions/cache@v4`](https://github.com/actions/cache) - Handles restoring and caching to `DENO_DIR` for you. - Annotates your source code from `deno lint --compact` output.\ See the summary of the most recent [Problem Matcher worflow](https://github.com/nekowinston/setup-deno/actions/workflows/problem-matcher.yml) for an example. @@ -49,4 +49,4 @@ ### Outputs: - `deno-version`: The Deno version that was installed. - `is-canary`: If the installed Deno version was a canary version. -- `cache-hit`: A boolean value to indicate an exact match was found for the key. \ No newline at end of file +- `cache-hit`: A boolean value to indicate an exact match was found for the key.