mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +03:00
Merge pull request #1458 from EDCD/dependabot/github_actions/develop/actions/github-script-6
build(deps): bump actions/github-script from 5 to 6
This commit is contained in:
commit
3cee7bc1b0
4
.github/workflows/submodule-update.yml
vendored
4
.github/workflows/submodule-update.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- name: Create pull request against target branch
|
||||
if: steps.check_for_changes.outputs.changes == 'true'
|
||||
uses: actions/github-script@v5
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
github-token: ${{ inputs.github_token }}
|
||||
script: |
|
||||
@ -64,7 +64,7 @@ jobs:
|
||||
|
||||
- name: Add labels
|
||||
if: steps.check_for_changes.outputs.changes == 'true'
|
||||
uses: actions/github-script@v5
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
github-token: ${{ inputs.github_token }}
|
||||
script: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user