Skip to content

Releases: taiki-e/cache-cargo-install-action

2.0.1

10 Jun 16:14
Compare
Choose a tag to compare

2.0.0

26 Apr 08:35
Compare
Choose a tag to compare

1.4.0

26 Apr 08:30
Compare
Choose a tag to compare
  • Improve support for Arch based containers/self-hosted runners.

1.3.0

15 Oct 06:18
Compare
Choose a tag to compare
  • Add git input option to install from the specified Git URL.

1.2.2

16 Sep 14:47
Compare
Choose a tag to compare
  • Fix potential bug on Windows self-hosted runner.

1.2.1

31 Jul 14:21
Compare
Choose a tag to compare
  • Improve performance and robustness for cases where the host environment lacks the packages required for installation, such as containers or self-hosted runners.

1.2.0

06 May 07:20
Compare
Choose a tag to compare
  • Add locked input option (default to true) to allow choice of whether or not to use --locked flag.

1.1.1

14 Jan 17:33
Compare
Choose a tag to compare
  • Prevent pre-release version from being installed as the latest version when patch/minor version is omitted.

1.1.0

14 Jan 16:51
Compare
Choose a tag to compare
  • Support omitting the patch/minor version.

    For example:

    - uses: taiki-e/cache-cargo-install-action@v1
      with:
        tool: cargo-hack@0.5

    You can also omit the minor version if the major version of tool is 1 or greater.

1.0.1

13 Jan 18:56
Compare
Choose a tag to compare
  • Remove extra apk calls on alpine.