Skip to content

Commit b9a032a

Browse files
Build(deps): Bump tj-actions/branch-names in /.github/workflows (#64)
Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 6.2 to 9. - [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.2...v9) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-version: '9' 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 42adb6a commit b9a032a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Extract the branch name for all events except for pull requests
4040
- name: Extract branch or tag name
4141
id: branch-name
42-
uses: tj-actions/branch-names@v6.2
42+
uses: tj-actions/branch-names@v9
4343

4444
- name: Setup PHP with Composer V2+
4545
uses: shivammathur/setup-php@v2
@@ -245,7 +245,7 @@ jobs:
245245
# Extract the branch name for all events except for pull requests
246246
- name: Decide whether to run deploy action
247247
id: branch-name
248-
uses: tj-actions/branch-names@v6.2
248+
uses: tj-actions/branch-names@v9
249249

250250
- name: Show me the branch
251251
run: |

.github/workflows/test-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Extract the branch name for all events except for pull requests
4242
- name: Extract branch or tag name
4343
id: branch-name
44-
uses: tj-actions/branch-names@v6.2
44+
uses: tj-actions/branch-names@v9
4545

4646
- name: Setup PHP with Composer V2+
4747
uses: shivammathur/setup-php@v2
@@ -251,7 +251,7 @@ jobs:
251251
# Extract the branch name for all events except for pull requests
252252
- name: Decide whether to run deploy action
253253
id: branch-name
254-
uses: tj-actions/branch-names@v6.2
254+
uses: tj-actions/branch-names@v9
255255

256256
- name: Show me the branch
257257
run: |

0 commit comments

Comments
 (0)