1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:47:35 +00:00

CI: Bump actions/github-script from 6 to 7

Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-04 11:34:18 +00:00 committed by Tim Flynn
parent 5f4015821e
commit f1837eded9
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Label pull request - name: Label pull request
uses: actions/github-script@v6 uses: actions/github-script@v7
with: with:
script: | script: |
const script = require('./Meta/label-pull-requests.js') const script = require('./Meta/label-pull-requests.js')

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- name: Lint PR commits - name: Lint PR commits
uses: actions/github-script@v6 uses: actions/github-script@v7
with: with:
script: | script: |
const excludedBotIds = [ const excludedBotIds = [