Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 4e5e39c

Browse files
authored
docs: update "actions used" versions (#10)
1 parent 725aefc commit 4e5e39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- Based on:
88
- [`denoland/setup-deno@v1`](https://github.com/denoland/setup-deno),
9-
- [`actions/cache@v3`](https://github.com/actions/cache)
9+
- [`actions/cache@v4`](https://github.com/actions/cache)
1010
- Handles restoring and caching to `DENO_DIR` for you.
1111
- Annotates your source code from `deno lint --compact` output.\
1212
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 @@
4949
### Outputs:
5050
- `deno-version`: The Deno version that was installed.
5151
- `is-canary`: If the installed Deno version was a canary version.
52-
- `cache-hit`: A boolean value to indicate an exact match was found for the key.
52+
- `cache-hit`: A boolean value to indicate an exact match was found for the key.

0 commit comments

Comments
 (0)