Skip to content

Commit c87ea4d

Browse files
ci(deps): 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] <[email protected]>
1 parent 486e7f9 commit c87ea4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-package-json-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Comment on PR
4242
if: steps.package-changes.outputs.changes_detected == 'true'
43-
uses: actions/github-script@v7
43+
uses: actions/github-script@v8
4444
with:
4545
script: |
4646
const fs = require('fs');

0 commit comments

Comments
 (0)