Skip to content

Commit

Permalink
Merge pull request #113 from k1LoW/tagpr-from-v1.8.4
Browse files Browse the repository at this point in the history
Release for v1.9.0
  • Loading branch information
k1LoW authored Dec 12, 2024
2 parents b02bb83 + bbe9665 commit 99ed33a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.4"
default: "v1.9.0"
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.4"
var Version = "1.9.0"

0 comments on commit 99ed33a

Please sign in to comment.