Skip to content

Commit d7d29ec

Browse files
build(deps): bump actions/github-script from 7 to 8 (#269)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fafe7e3 commit d7d29ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/commit_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- name: Lint
29-
uses: actions/github-script@v7
29+
uses: actions/github-script@v8
3030
with:
3131
script: |
3232
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
@@ -38,7 +38,7 @@ jobs:
3838
echo 'EOF' >> $GITHUB_ENV
3939
- name: Lint
4040
if: ${{ success() }}
41-
uses: actions/github-script@v7
41+
uses: actions/github-script@v8
4242
with:
4343
script: |
4444
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
@@ -39,7 +39,7 @@ jobs:
3939
echo 'EOF' >> $GITHUB_ENV
4040
- name: Lint
4141
if: ${{ success() }}
42-
uses: actions/github-script@v7
42+
uses: actions/github-script@v8
4343
with:
4444
script: |
4545
const action = require(`${process.env.GITHUB_WORKSPACE}/scripts/actions.fileDiffs.js`)

0 commit comments

Comments
 (0)