diff --git a/CHANGELOG.md b/CHANGELOG.md index 07be7fe..097fe78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.1.4](https://github.com/k1LoW/gh-setup/compare/v1.1.3...v1.1.4) - 2023-02-24 +- Update pkgs by @k1LoW in https://github.com/k1LoW/gh-setup/pull/63 + ## [v1.1.3](https://github.com/k1LoW/gh-setup/compare/v1.1.2...v1.1.3) - 2023-02-23 - Fix README by @k2tzumi in https://github.com/k1LoW/gh-setup/pull/60 - Add `--verbose` option by @k1LoW in https://github.com/k1LoW/gh-setup/pull/62 diff --git a/action.yml b/action.yml index 7ee3238..28cf464 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ inputs: required: false gh-setup-version: description: "Version of gh-setup" - default: "v1.1.3" + default: "v1.1.4" required: false runs: using: "composite" diff --git a/version/version.go b/version/version.go index db8b713..e46c00e 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.1.3" +var Version = "1.1.4"