mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-07 02:43:22 +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:
commit
7d1eaa2d94
2
.github/workflows/submodule-update.yml
vendored
2
.github/workflows/submodule-update.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create or Update pull request against target branch
|
- name: Create or Update pull request against target branch
|
||||||
if: steps.check_for_changes.outputs.changes == 'true'
|
if: steps.check_for_changes.outputs.changes == 'true'
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
script: |
|
script: |
|
||||||
|
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Setting global variables
|
- name: Setting global variables
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
id: var
|
id: var
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user