Skip to content

Commit 9704662

Browse files
chore(deps): update actions/github-script action to v8 (#1325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab848e4 commit 9704662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pkg.pr.new-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run-id: ${{ github.event.workflow_run.id }}
2626
- run: ls -R .
2727
- name: 'Post or update comment'
28-
uses: actions/github-script@v7
28+
uses: actions/github-script@v8
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
script: |

.github/workflows/pkg.pr.new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: pnpm run build
2222
- run: pnpx pkg-pr-new publish --compact './packages/eslint-plugin-svelte' --json output.json --comment=off
2323
- name: Add metadata to output
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@v8
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
script: |

0 commit comments

Comments
 (0)