Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

DEVSOC-140 Bump tj-actions/branch-names from 4.5 to 7.0.7 in /.github/workflows #111

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Get Branch name
id: branch-name
uses: tj-actions/branch-names@v4.5
uses: tj-actions/branch-names@v7.0.7

- name: Branch name written outputs
run: echo "::warning::branch:${{ steps.branch-name.outputs.current_branch }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
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@v4.5
uses: tj-actions/branch-names@v7.0.7

- name: Branch name written outputs
run: echo "::warning::branch:${{ steps.branch-name.outputs.current_branch }}"
Expand Down
Loading