Skip to content

Commit 5bf4913

Browse files
committed
Update docs for action version
1 parent c418b44 commit 5bf4913

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@
77
# GitHub Action
88

99
```yaml
10-
- uses: pkgxdev/setup@v3
10+
- uses: pkgxdev/setup@v4
1111
```
1212
1313
Installs the latest version of `pkgx`.
1414

1515
> [!NOTE]
16-
> * `v2` of this action defaults to pkgx^1
17-
> * `v3` of this action defaults to pkgx^2
16+
>
17+
> * `v3` & `v4` default to pkgx^2
18+
> * `v2` defaults to pkgx^1
19+
1820

1921
See [`action.yml`] for all inputs and outputs, but here’s the usual ones:
2022

2123
```yaml
22-
- uses: pkgxdev/setup@v3
24+
- uses: pkgxdev/setup@v4
2325
with:
2426
+: deno@1.30
2527
rust@1.60 # we understand colloquial names, generally just type what you know

0 commit comments

Comments
 (0)