Skip to content

Commit

Permalink
Bump tj-actions/branch-names from 6 to 7.0.7 in /.github/workflows (#176
Browse files Browse the repository at this point in the history
)

Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 6 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@v6...v7.0.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 19, 2023
1 parent 23b5b31 commit 71a52a0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

- name: Running on branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pcb-artifacts-esp32-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

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

- name: Running on branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pcb-artifacts-module450.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

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

- name: Running on branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pcb-artifacts-modulev490-allinone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

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

- name: Running on branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pcb-artifacts-modulev490-passivebal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

- name: Running on branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pcb-artifacts-temperaturepcb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

- name: Running on branch
run: |
Expand Down

0 comments on commit 71a52a0

Please sign in to comment.