Skip to content

Commit

Permalink
Merge pull request #103 from k1LoW/tagpr-from-v1.8.1
Browse files Browse the repository at this point in the history
Release for v1.8.2
  • Loading branch information
k1LoW authored Jan 26, 2024
2 parents 428f632 + 5a32452 commit 7b61a81
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "gh-setup"

// Version for this.
var Version = "1.8.1"
var Version = "1.8.2"

0 comments on commit 7b61a81

Please sign in to comment.