Skip to content

Commit 824dec2

Browse files
Bump tj-actions/branch-names from 7.0.7 to 9.0.0 in /.github/workflows
Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 7.0.7 to 9.0.0. - [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...v9.0.0) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b5625a commit 824dec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- name: Get branch name
5151
id: branch-name
52-
uses: tj-actions/branch-names@v7.0.7
52+
uses: tj-actions/branch-names@v9.0.0
5353
- id: tag
5454
name: Create Tag
5555
run: echo "tag=${{ steps.branch-name.outputs.current_branch }}-`date +%FT%H%M`" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)