Skip to content

Commit

Permalink
deps(deps): update tj-actions/branch-names action to v7.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RenovateBot committed Dec 4, 2023
1 parent 154ec8f commit 730c7bd
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 @@ -24,7 +24,7 @@ jobs:
# EXTRACT TAG FROM PUSH
- name: Get tag
id: tag
uses: tj-actions/[email protected].5
uses: tj-actions/[email protected].7
- 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 @@ -22,7 +22,7 @@ jobs:
# EXTRACT TAG FROM PUSH
- name: Get tag
id: tag
uses: tj-actions/[email protected].5
uses: tj-actions/[email protected].7
- 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 @@ -18,7 +18,7 @@ jobs:

- name: Get branch name
id: branch-name
uses: tj-actions/[email protected].5
uses: tj-actions/[email protected].7

- name: Set up JDK 21
uses: actions/[email protected]
Expand Down

0 comments on commit 730c7bd

Please sign in to comment.