Skip to content

Commit 68de8ca

Browse files
Bump tj-actions/branch-names from 5.1 to 7.0.7 in /.github/workflows (cyberbotics#6456)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84adb5a commit 68de8ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_suite_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
path: artifact
178178
- name: Get branch name
179179
id: branch-name
180-
uses: tj-actions/branch-names@v5.1
180+
uses: tj-actions/branch-names@v7.0.7
181181
- name: Extract Webots and Cache
182182
run: |
183183
tar xjf artifact/webots-*-x86-64*.tar.bz2 -C artifact

.github/workflows/test_suite_linux_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
path: artifact
171171
- name: Get branch name
172172
id: branch-name
173-
uses: tj-actions/branch-names@v5.1
173+
uses: tj-actions/branch-names@v7.0.7
174174
- name: Extract Webots and Cache
175175
run: |
176176
tar xjf artifact/webots-*-x86-64*.tar.bz2 -C artifact

0 commit comments

Comments
 (0)