Skip to content

Releases: asdf-vm/actions

v4.0.1

15 Nov 22:21
b7bcd02

Choose a tag to compare

4.0.1 (2025-11-15)

Patches

  • prefer branch name when seeding plugin git ref (#606) (136a3fb)

v4.0.0

19 May 15:21
1902764

Choose a tag to compare

4.0.0 (2025-03-16)

⚠ BREAKING CHANGES

  • support asdf >= v0.16.0 (#590)

Features

Patches

  • remove origin argument from git checkout command (#591) (179e953)

Documentation

v3.0.2

12 Oct 00:49
05e0d2e

Choose a tag to compare

3.0.2 (2023-10-12)

Patches

v3.0.1

12 Oct 00:36
5af578e

Choose a tag to compare

3.0.1 (2023-10-12)

Patches

  • set same pnpm & node versions in pkg.json as in tool-versions (e4a312a)

v3.0.0

08 Oct 23:17
4f8f793

Choose a tag to compare

3.0.0 (2023-09-17)

⚠ BREAKING CHANGES

  • bump action to node20 (#563)

Features

v2.2.0

28 May 13:01
6a44239

Choose a tag to compare

2.2.0 (2023-04-02)

Features

v2.1.0

15 Mar 10:54
75bab86

Choose a tag to compare

2.1.0 (2023-03-15)

Features

  • skip_install option to skip asdf install on setup (#536) (c926367)

v2.0.1

15 Mar 07:04
5cd7f52

Choose a tag to compare

2.0.1 (2023-03-15)

Bug Fixes

v2.0.0

09 Mar 14:03
2368b9d

Choose a tag to compare

2.0.0 (2023-03-09)

⚠ BREAKING CHANGES

Bug Fixes

  • update codeql for dependabot compat (3f6d713)
  • use correct trigger type (d464031)

v1.1.0

21 Dec 21:45

Choose a tag to compare

Added

  • Add the github_token input and set by default a token with only the necessary and sufficient privileges available only to the running job. In other words, users do not need to set this themselves except in exceptional cases. It's automatically exported in the runners as GITHUB_API_TOKEN.