diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb6729..707fc39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.8.3](https://github.com/k1LoW/gh-setup/compare/v1.8.2...v1.8.3) - 2024-02-26 +- Support linux arm by @k1LoW in https://github.com/k1LoW/gh-setup/pull/108 + ## [v1.8.2](https://github.com/k1LoW/gh-setup/compare/v1.8.1...v1.8.2) - 2024-01-26 - Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in https://github.com/k1LoW/gh-setup/pull/102 - Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in https://github.com/k1LoW/gh-setup/pull/104 diff --git a/action.yml b/action.yml index 50f9c30..60ba43b 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ inputs: required: false gh-setup-version: description: "Version of gh-setup" - default: "v1.8.2" + default: "v1.8.3" required: false runs: using: "composite" diff --git a/version/version.go b/version/version.go index 854952c..38edbb0 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "gh-setup" // Version for this. -var Version = "1.8.2" +var Version = "1.8.3"