Skip to content

Commit

Permalink
docs: update "actions used" versions (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jan 29, 2024
1 parent 725aefc commit 4e5e39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
- `cache-hit`: A boolean value to indicate an exact match was found for the key.

0 comments on commit 4e5e39c

Please sign in to comment.