chore(deps): bump actions/github-script from 7 to 8 (#33953)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
37787da28c
commit
bba1fa6d59
2 changed files with 3 additions and 3 deletions
4
.github/workflows/_base-type-check.yml
vendored
4
.github/workflows/_base-type-check.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: npm install toml
|
- run: npm install toml
|
||||||
- name: Get pyproject.toml
|
- name: Get pyproject.toml
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
id: get-pyproject
|
id: get-pyproject
|
||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
return { mypyFiles, content };
|
return { mypyFiles, content };
|
||||||
|
|
||||||
- name: Check for changes in mypy files
|
- name: Check for changes in mypy files
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
id: check-changes
|
id: check-changes
|
||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|
|
||||||
2
.github/workflows/label-base-on-title.yml
vendored
2
.github/workflows/label-base-on-title.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check PR title and add label if it matches prefixes
|
- name: Check PR title and add label if it matches prefixes
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue