From 2a3f9525c55899727b09ff4d8cb7cfcc1b1d5198 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jan 2024 00:56:06 +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 25e2c1c..50f9c30 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.1" + default: "v1.8.2" required: false runs: using: "composite" diff --git a/version/version.go b/version/version.go index 8742bc2..854952c 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.1" +var Version = "1.8.2" From 5a3245238a82615620afeff2480c406251a58b67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jan 2024 00:56:06 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ede032..ddb6729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [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 +- Fix CD pipeline by @k1LoW in https://github.com/k1LoW/gh-setup/pull/105 + ## [v1.8.1](https://github.com/k1LoW/gh-setup/compare/v1.8.0...v1.8.1) - 2023-10-11 - docs: add the installation guide with aqua by @suzuki-shunsuke in https://github.com/k1LoW/gh-setup/pull/99 - Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in https://github.com/k1LoW/gh-setup/pull/101