Skip to content

Commit 0f243b1

Browse files
authored
Merge pull request #164 from k1LoW/tagpr-from-v1.11.5
Release for v1.11.6
2 parents c20cba9 + 49cca1e commit 0f243b1

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [v1.11.6](https://github.com/k1LoW/gh-setup/compare/v1.11.5...v1.11.6) - 2025-12-15
4+
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/gh-setup/pull/162
5+
- chore: setup tagpr labels by @k1LoW in https://github.com/k1LoW/gh-setup/pull/167
6+
- chore(deps): bump github.com/k1LoW/go-github-client/v67 from 67.0.18 to 67.0.19 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/gh-setup/pull/166
7+
- chore(deps): bump docker/login-action from 3.5.0 to 3.6.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/gh-setup/pull/165
8+
- chore(deps): bump the dependencies group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/k1LoW/gh-setup/pull/171
9+
- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/k1LoW/gh-setup/pull/174
10+
- chore(deps): bump the dependencies group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/k1LoW/gh-setup/pull/172
11+
312
## [v1.11.5](https://github.com/k1LoW/gh-setup/compare/v1.11.4...v1.11.5) - 2025-09-15
413

514
## [v1.11.4](https://github.com/k1LoW/gh-setup/compare/v1.11.3...v1.11.4) - 2025-09-09

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ inputs:
6161
required: false
6262
gh-setup-version:
6363
description: "Version of gh-setup"
64-
default: "v1.11.5"
64+
default: "v1.11.6"
6565
required: false
6666
runs:
6767
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.11.5"
7+
var Version = "1.11.6"

0 commit comments

Comments
 (0)