1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-15 08:40:34 +03:00

Merge pull request #2107 from EDCD/dependabot/github_actions/develop/actions/github-script-7

build(deps): bump actions/github-script from 6 to 7
This commit is contained in:
David Sangrey 2023-12-06 16:49:31 -05:00 committed by GitHub
commit 7d1eaa2d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ jobs:
- name: Create or Update pull request against target branch
if: steps.check_for_changes.outputs.changes == 'true'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
script: |

View File

@ -15,7 +15,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Setting global variables
uses: actions/github-script@v6
uses: actions/github-script@v7
id: var
with:
script: |