diff --git a/CHANGELOG.md b/CHANGELOG.md index 165b25b..e032c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.1.1](https://github.com/k1LoW/gh-setup/compare/v1.1.0...v1.1.1) - 2023-02-18 +- Update pkgs by @k1LoW in https://github.com/k1LoW/gh-setup/pull/56 + ## [v1.1.0](https://github.com/k1LoW/gh-setup/compare/v1.0.1...v1.1.0) - 2023-02-18 - bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in https://github.com/k1LoW/gh-setup/pull/55 - Fix GitHub client by @k1LoW in https://github.com/k1LoW/gh-setup/pull/54 diff --git a/action.yml b/action.yml index 3ab7eb6..f0605c0 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.0" + default: "v1.1.1" required: false runs: using: "composite" diff --git a/version/version.go b/version/version.go index 5b81c70..54ea8b2 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.0" +var Version = "1.1.1"