Skip to content

Commit 618ee29

Browse files
Bump actions/github-script from 7 to 8 (#514)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 500caf3 commit 618ee29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/primer_comment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Download diffs
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
script: |
2424
const fs = require('fs');
@@ -39,7 +39,7 @@ jobs:
3939
- run: unzip diff.zip
4040
- name: Post comment
4141
id: post-comment
42-
uses: actions/github-script@v7
42+
uses: actions/github-script@v8
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
script: |

0 commit comments

Comments
 (0)