You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`install`|`asdf-vm/actions/install@v3`| Installs `asdf` & tools in `.tool-versions`.<br>Plugins fetched from [asdf-vm/asdf-plugins](https://github.com/asdf-vm/asdf-plugins)|
15
-
|`setup`|`asdf-vm/actions/setup@v3`| Only install `asdf` CLI. |
16
-
|`plugins-add`|`asdf-vm/actions/plugins-add@v3`| Only install plugins, not tools. |
17
-
|`plugin-test`|`asdf-vm/actions/plugin-test@v3`| Plugin author test automation. |
14
+
|`install`|`asdf-vm/actions/install@v4`| Installs `asdf` & tools in `.tool-versions`.<br>Plugins fetched from [asdf-vm/asdf-plugins](https://github.com/asdf-vm/asdf-plugins)|
15
+
|`setup`|`asdf-vm/actions/setup@v4`| Only install `asdf` CLI. |
16
+
|`plugins-add`|`asdf-vm/actions/plugins-add@v4`| Only install plugins, not tools. |
17
+
|`plugin-test`|`asdf-vm/actions/plugin-test@v4`| Plugin author test automation. |
18
18
19
19
<!-- TOC -->
20
20
*[Usage](#usage)
@@ -34,7 +34,7 @@ workflows.
34
34
```yaml
35
35
steps:
36
36
- name: Install asdf & tools
37
-
uses: asdf-vm/actions/install@v3
37
+
uses: asdf-vm/actions/install@v4
38
38
```
39
39
40
40
To avoid breaking changes, use the full [Semantic Version](https://semver.org/)
@@ -45,9 +45,9 @@ steps:
45
45
# Reference a specific commit (most strict, for the supply-chain paranoid)
0 commit comments