mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-25 13:20:22 +00:00
chore(deps): update actions/github-script action to v7
This commit is contained in:
parent
6205fee2b7
commit
f7a7ae73f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conventional-label.yml
vendored
2
.github/workflows/conventional-label.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
sha: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Add changed roles labels
|
||||
uses: actions/github-script@v6
|
||||
uses: actions/github-script@v7
|
||||
if: |
|
||||
steps.changed-roles.outputs.all_changed_and_modified_files
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue