mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-21 05:28:14 +00:00
chore(deps): update tj-actions/branch-names action to v7 (main) (#1132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c22c36bf00
commit
f569b77fb1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/sync-release-version.yml
vendored
2
.github/workflows/sync-release-version.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
ref: sec
|
||||
- name: Get branch name
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v6
|
||||
uses: tj-actions/branch-names@v7
|
||||
|
||||
- name: Generate new tag
|
||||
id: generate-tag
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -1020,7 +1020,7 @@ jobs:
|
|||
bash
|
||||
- name: Get branch name
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v6
|
||||
uses: tj-actions/branch-names@v7
|
||||
if: github.event_name == 'pull_request' && matrix.fetch-depth == 0
|
||||
- uses: nrwl/nx-set-shas@v3
|
||||
id: last_successful_commit
|
||||
|
|
Loading…
Add table
Reference in a new issue