From d73cb9fdd6726d65fd4e1c942eb17092969308d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Dec 2024 02:35:47 +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 def1b58..1cfef16 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.4" + default: "v1.9.0" required: false runs: using: "composite" diff --git a/version/version.go b/version/version.go index 3d338de..0477b2a 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.4" +var Version = "1.9.0" From bbe96659acd41d0ffa6f5892f0e0369dcb97bd28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Dec 2024 02:35:48 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f4b5d..6b13143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v1.9.0](https://github.com/k1LoW/gh-setup/compare/v1.8.4...v1.9.0) - 2024-12-12 +- Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in https://github.com/k1LoW/gh-setup/pull/112 +- Bump golang.org/x/crypto from 0.21.0 to 0.31.0 by @dependabot in https://github.com/k1LoW/gh-setup/pull/115 +- Update pkgs by @k1LoW in https://github.com/k1LoW/gh-setup/pull/116 +- Fix CI by @k1LoW in https://github.com/k1LoW/gh-setup/pull/117 + ## [v1.8.4](https://github.com/k1LoW/gh-setup/compare/v1.8.3...v1.8.4) - 2024-04-19 - Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in https://github.com/k1LoW/gh-setup/pull/109 - Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in https://github.com/k1LoW/gh-setup/pull/111