Skip to content

Commit 2e63a3b

Browse files
build(deps): bump actions/github-script from 8 to 9 (#355)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' 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>
1 parent 72e8a12 commit 2e63a3b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/commit_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
- name: Lint
31-
uses: actions/github-script@v8
31+
uses: actions/github-script@v9
3232
with:
3333
script: |
3434
const actionCommit = require(`${process.env.GITHUB_WORKSPACE}/scripts/actions.commit.js`)

.github/workflows/documentation_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo 'EOF' >> $GITHUB_ENV
4141
- name: Lint
4242
if: ${{ success() }}
43-
uses: actions/github-script@v8
43+
uses: actions/github-script@v9
4444
with:
4545
script: |
4646
const action = require(`${process.env.GITHUB_WORKSPACE}/scripts/actions.fileDiffs.js`)

.github/workflows/packages_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo 'EOF' >> $GITHUB_ENV
4545
- name: Lint
4646
if: ${{ success() }}
47-
uses: actions/github-script@v8
47+
uses: actions/github-script@v9
4848
with:
4949
script: |
5050
const action = require(`${process.env.GITHUB_WORKSPACE}/scripts/actions.fileDiffs.js`)

0 commit comments

Comments
 (0)