Skip to content

Commit 77ea8eb

Browse files
Bump tj-actions/branch-names from 8 to 9 (#439)
Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 8 to 9. - [Release notes](https://github.com/tj-actions/branch-names/releases) - [Changelog](https://github.com/tj-actions/branch-names/blob/main/HISTORY.md) - [Commits](tj-actions/branch-names@v8...v9) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db6961c commit 77ea8eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
-
3939
name: Get branch name
4040
id: branch-name
41-
uses: tj-actions/branch-names@v8
41+
uses: tj-actions/branch-names@v9
4242

4343

4444
-

.github/workflows/version_bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Get branch name
2424
id: branch-name
25-
uses: tj-actions/branch-names@v8
25+
uses: tj-actions/branch-names@v9
2626

2727
- name: Checkout code
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)