Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tj-actions/branch-names
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent f0c4866 commit 3dde740
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get branch name
id: branch
uses: tj-actions/branch-names@v5.1
uses: tj-actions/branch-names@v7.0.7

- name: Trigger CI / CD
uses: aurelien-baudet/workflow-dispatch@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preproduction-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Get branch name
id: branch
uses: tj-actions/branch-names@v5.1
uses: tj-actions/branch-names@v7.0.7

- name: Trigger CI / CD
uses: aurelien-baudet/workflow-dispatch@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Get branch name
id: branch
uses: tj-actions/branch-names@v5.1
uses: tj-actions/branch-names@v7.0.7

- name: Trigger CI / CD
uses: aurelien-baudet/workflow-dispatch@v2
Expand Down

0 comments on commit 3dde740

Please sign in to comment.