Skip to content

Commit 3cdbb90

Browse files
Merge pull request #1539 from aligent/dependabot/github_actions/main/actions/github-script-8
chore(deps): bump actions/github-script from 7 to 8
2 parents 38676be + 99d8de7 commit 3cdbb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/changeset-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
119119
- name: Comment on PR if no changeset
120120
if: steps.changeset-check.outputs.needs_changeset == 'true'
121-
uses: actions/github-script@v7
121+
uses: actions/github-script@v8
122122
with:
123123
script: |
124124
const { owner, repo, number } = context.issue;
@@ -208,7 +208,7 @@ jobs:
208208
209209
- name: Remove changeset comment if changeset exists
210210
if: steps.changeset-check.outputs.needs_changeset == 'false'
211-
uses: actions/github-script@v7
211+
uses: actions/github-script@v8
212212
with:
213213
script: |
214214
const { owner, repo, number } = context.issue;

0 commit comments

Comments
 (0)