1
0
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:
Athanasius 2022-02-12 13:01:05 +00:00 committed by GitHub
commit 3cee7bc1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |