Skip to content

Commit a543c4a

Browse files
authored
Merge pull request #136 from k1LoW/tagpr-from-v1.10.1
Release for v1.10.2
2 parents 07ccbac + 4960fc2 commit a543c4a

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v1.10.2](https://github.com/k1LoW/gh-setup/compare/v1.10.1...v1.10.2) - 2025-04-08
4+
- chore(deps): bump github.com/k1LoW/go-github-client/v67 from 67.0.13 to 67.0.16 in the dependencies group by @dependabot in https://github.com/k1LoW/gh-setup/pull/135
5+
- chore(deps): bump the dependencies group across 1 directory with 4 updates by @dependabot in https://github.com/k1LoW/gh-setup/pull/137
6+
- chore(deps): bump github.com/cli/go-gh/v2 from 2.11.2 to 2.12.0 in the dependencies group by @dependabot in https://github.com/k1LoW/gh-setup/pull/138
7+
38
## [v1.10.1](https://github.com/k1LoW/gh-setup/compare/v1.10.0...v1.10.1) - 2025-03-22
49
- chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in https://github.com/k1LoW/gh-setup/pull/132
510

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ inputs:
5353
required: false
5454
gh-setup-version:
5555
description: "Version of gh-setup"
56-
default: "v1.10.1"
56+
default: "v1.10.2"
5757
required: false
5858
runs:
5959
using: "composite"

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
const Name string = "gh-setup"
55

66
// Version for this.
7-
var Version = "1.10.1"
7+
var Version = "1.10.2"

0 commit comments

Comments
 (0)