Skip to content

Releases: prantlf/setup-v-action

4.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 08:46

4.0.0 (2026-07-19)

Features

  • Switch the default version from weekly to latest (32d422a)

BREAKING CHANGES

The default V version is latest from now on. If you
need to install the most recent weekly version set the version property
to weekly. At least for 0.5 releases, they're more recent that the
weekly versions, whcih stopped being released.

3.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 16:11

3.0.0 (2026-07-18)

Features

Bug Fixes

  • Use native YAML booleans (b619eb6)

BREAKING CHANGES

The minimum supported version of Node.js is 24
and the module format is ESM.

2.3.3

Choose a tag to compare

@github-actions github-actions released this 07 May 08:36

2.3.3 (2024-05-07)

Bug Fixes

  • Upgrade dependencies (9cad2ad)
  • Compute commit hash if taarget_commitish is a branch (826030d)
  • Update built files (bd1c246)

v2.3.2

Choose a tag to compare

@github-actions github-actions released this 15 Dec 21:40

2.3.2 (2023-12-15)

Bug Fixes

  • Ensure v.mod in the v directory (e7b6cf1)
  • Update built files (e5c901f)

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 11 Dec 16:42

2.3.1 (2023-12-11)

Bug Fixes

  • Fix assignment to constant variable (be6cc58)
  • Update built files (4f292e6)

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 16:29

2.3.0 (2023-12-11)

Bug Fixes

Features

  • Allow setting the directory for the local modules (4f9f940)
  • Prefer src/modules for local modules if src exists (e07870e)

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Dec 15:29

2.2.1 (2023-12-11)

Bug Fixes

  • Pass the full process env to v install (17779db)
  • Update built files (bdde553)

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 15:14

2.2.0 (2023-12-11)

Bug Fixes

Features

  • Allow installing dependencies to a local directory (17f43f7)

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Dec 14:10

2.1.1 (2023-12-11)

Bug Fixes

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 14:07

2.1.0 (2023-12-11)

Features

  • Install dependencies with verbose logging in debug mode (a72d8d1)