Skip to content

Commit a457a83

Browse files
chore(deps): update actions/github-script action to v8
1 parent e08714b commit a457a83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
fi
7474
7575
- name: Comment on PR
76-
uses: actions/github-script@v7
76+
uses: actions/github-script@v8
7777
env:
7878
VERSION_CURRENT: ${{ steps.version.outputs.current_version }}
7979
VERSION_NEXT: ${{ steps.version.outputs.next_version }}

.github/workflows/preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
git push origin gh-pages
7070
7171
- name: Comment PR with preview URL
72-
uses: actions/github-script@v7
72+
uses: actions/github-script@v8
7373
with:
7474
script: |
7575
const prNumber = context.payload.pull_request.number;

0 commit comments

Comments
 (0)