From 1a45d4e1770c04add2881863688e533ed455870e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Feb 2023 06:58:40 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- action.yml | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 87b1ad7..fe73b26 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ inputs: required: false gh-setup-version: description: "Version of gh-setup" - default: "v0.7.3" + default: "v0.7.4" required: false runs: using: "composite" diff --git a/version/version.go b/version/version.go index 6b2b314..357bb73 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 = "0.7.3" +var Version = "0.7.4" From d5f82bc7ffab610ab10fbed1e6a5d9f272c5a4e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Feb 2023 06:58:41 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9944af2..b17c4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [v0.7.4](https://github.com/k1LoW/gh-setup/compare/v0.7.3...v0.7.4) - 2023-02-14 + ## [v0.7.3](https://github.com/k1LoW/gh-setup/compare/v0.7.2...v0.7.3) - 2023-02-14 - Fix handling for `--version=latest` by @k1LoW in https://github.com/k1LoW/gh-setup/pull/38