Skip to content

Commit

Permalink
build(deps): bump tj-actions/branch-names from 7.0.7 to 8.0.1
Browse files Browse the repository at this point in the history
Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 7.0.7 to 8.0.1.
- [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@v7.0.7...v8.0.1)

---
updated-dependencies:
- dependency-name: tj-actions/branch-names
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 7737a1b commit e9e0f3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# EXTRACT TAG FROM PUSH
- name: Get tag
id: tag
uses: tj-actions/branch-names@v7.0.7
uses: tj-actions/branch-names@v8.0.1
- name: Use tag
run: echo ${{steps.tag.outputs.tag}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# EXTRACT TAG FROM PUSH
- name: Get tag
id: tag
uses: tj-actions/branch-names@v7.0.7
uses: tj-actions/branch-names@v8.0.1
- name: Use tag
run: echo ${{steps.tag.outputs.tag}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v7.0.7
uses: tj-actions/branch-names@v8.0.1

- name: Set up JDK 21
uses: actions/setup-java@v4
Expand Down

0 comments on commit e9e0f3c

Please sign in to comment.