Skip to content

Commit 88e6506

Browse files
dependabot[bot]ggainey
authored andcommitted
[GHA] Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@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>
1 parent f567947 commit 88e6506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install GitPython==3.1.42
3131
git fetch origin ${{ github.event.pull_request.head.sha }}
3232
python .ci/scripts/pr_labels.py "origin/${{ github.base_ref }}" "${{ github.event.pull_request.head.sha }}" >> "$GITHUB_ENV"
33-
- uses: "actions/github-script@v7"
33+
- uses: "actions/github-script@v8"
3434
name: "Apply PR Labels"
3535
with:
3636
script: |

.github/workflows/release_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
branch: "bump_version"
3434
delete-branch: true
3535
- name: "Add Backport Label for new Branch"
36-
uses: "actions/github-script@v7"
36+
uses: "actions/github-script@v8"
3737
with:
3838
script: |
3939
const { NEW_BRANCH } = process.env;

0 commit comments

Comments
 (0)