Skip to content

Commit

Permalink
chore(deps): update tj-actions/branch-names action to v8 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent 678eeb2 commit 6566599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Get branch name
if: ${{ github.actor != 'github-actions' }}
id: branch-name
uses: tj-actions/branch-names@v6
uses: tj-actions/branch-names@v8
- uses: tzkhan/pr-update-action@v2
if: ${{ github.actor != 'github-actions' && !contains(github.event.pull_request.title, '[breakglass]') && contains(steps.branch-name.outputs.head_ref_branch, 'break-glass') }}
with:
Expand Down

0 comments on commit 6566599

Please sign in to comment.