Skip to content

Commit 11b84bc

Browse files
Upgraded from v9.0.1 -> v9.0.2 (#427)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5250492 commit 11b84bc

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

HISTORY.md

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

3+
# [9.0.2](https://github.com/tj-actions/branch-names/compare/v9.0.1...v9.0.2) - (2025-07-31)
4+
5+
## <!-- 26 -->🔄 Update
6+
7+
- Update update-readme.yml ([5250492](https://github.com/tj-actions/branch-names/commit/5250492686b253f06fa55861556d1027b067aeb5)) - (Tonye Jack)
8+
- Update update-readme.yml ([a2bc495](https://github.com/tj-actions/branch-names/commit/a2bc4958de72a5590a03c317bcb11581ae7866e7)) - (Tonye Jack)
9+
- Update README.md ([169ddc1](https://github.com/tj-actions/branch-names/commit/169ddc10b28b8cbc75996ee56c1dbf4448ca6f06)) - (Tonye Jack)
10+
- Update README.md ([4d35052](https://github.com/tj-actions/branch-names/commit/4d35052be347a49c829b8a8e9855f40f14a00be6)) - (Tonye Jack)
11+
- Updated README.md ([#423](https://github.com/tj-actions/branch-names/issues/423))
12+
13+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([6be34a8](https://github.com/tj-actions/branch-names/commit/6be34a848cdd6067dda01ded8bd9b0853bbe3b23)) - (github-actions[bot])
14+
15+
## <!-- 9 -->⬆️ Upgrades
16+
17+
- Upgraded from v9.0.0 -> v9.0.1 ([#424](https://github.com/tj-actions/branch-names/issues/424))
18+
19+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> ([c0714e7](https://github.com/tj-actions/branch-names/commit/c0714e7ecc0a7baec34a69b87df070fa6a823e7f)) - (github-actions[bot])
20+
321
# [9.0.1](https://github.com/tj-actions/branch-names/compare/v9.0.0...v9.0.1) - (2025-07-26)
422

523
## <!-- 29 -->👷 CI/CD

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Get a branch or tag name without the `/ref/*` prefix.
4949
steps:
5050
- name: Get branch names.
5151
id: branch-names
52-
uses: tj-actions/branch-names@386e117ea34339627a40843704a60a3bc9359234 # v9
52+
uses: tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9
5353

5454
- name: Running on the default branch.
5555
if: steps.branch-names.outputs.is_default == 'true'
@@ -90,7 +90,7 @@ Support this project with a :star:
9090
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
9191

9292
```yaml
93-
- uses: tj-actions/branch-names@386e117ea34339627a40843704a60a3bc9359234 # v9
93+
- uses: tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9
9494
id: branch-names
9595
with:
9696
# Replace forward slashes with hyphens
@@ -149,7 +149,7 @@ on:
149149
steps:
150150
- name: Get branch names
151151
id: branch-names
152-
uses: tj-actions/branch-names@386e117ea34339627a40843704a60a3bc9359234 # v9
152+
uses: tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9
153153

154154
- name: Current branch names
155155
run: |
@@ -191,7 +191,7 @@ on:
191191
steps:
192192
- name: Get branch names
193193
id: branch-names
194-
uses: tj-actions/branch-names@386e117ea34339627a40843704a60a3bc9359234 # v9
194+
uses: tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9
195195

196196
- name: Current branch names
197197
run: |
@@ -243,7 +243,7 @@ on:
243243
steps:
244244
- name: Get branch names
245245
id: branch-names
246-
uses: tj-actions/branch-names@386e117ea34339627a40843704a60a3bc9359234 # v9
246+
uses: tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9
247247
with:
248248
strip_tag_prefix: v # Optionally strip the leading `v` from the tag.
249249

@@ -278,7 +278,7 @@ on:
278278
steps:
279279
- name: Get branch names.
280280
id: branch-names
281-
uses: tj-actions/branch-names@386e117ea34339627a40843704a60a3bc9359234 # v9
281+
uses: tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9
282282
- uses: actions/checkout@v4
283283
with:
284284
ref: ${{ steps.branch-names.outputs.head_ref_branch }}

0 commit comments

Comments
 (0)