We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c418b44 commit 5bf4913Copy full SHA for 5bf4913
1 file changed
README.md
@@ -7,19 +7,21 @@
7
# GitHub Action
8
9
```yaml
10
-- uses: pkgxdev/setup@v3
+- uses: pkgxdev/setup@v4
11
```
12
13
Installs the latest version of `pkgx`.
14
15
> [!NOTE]
16
-> * `v2` of this action defaults to pkgx^1
17
-> * `v3` of this action defaults to pkgx^2
+>
+> * `v3` & `v4` default to pkgx^2
18
+> * `v2` defaults to pkgx^1
19
+
20
21
See [`action.yml`] for all inputs and outputs, but here’s the usual ones:
22
23
24
25
with:
26
+: deno@1.30
27
rust@1.60 # we understand colloquial names, generally just type what you know
0 commit comments