Skip to content

Commit 7f1a120

Browse files
chore(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 943bcb9 commit 7f1a120

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Comment on major updates
6868
if: steps.metadata.outputs.update-type == 'version-update:semver-major'
69-
uses: actions/github-script@v8
69+
uses: actions/github-script@v9
7070
with:
7171
script: |
7272
github.rest.issues.createComment({

.github/workflows/performance-budget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
148148
- name: Comment PR with results
149149
if: github.event_name == 'pull_request' && always()
150-
uses: actions/github-script@v8
150+
uses: actions/github-script@v9
151151
with:
152152
script: |
153153
const fs = require('fs');

.github/workflows/shadcn-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Create issue if components are outdated
6161
if: failure()
62-
uses: actions/github-script@v8
62+
uses: actions/github-script@v9
6363
with:
6464
script: |
6565
const fs = require('fs');

0 commit comments

Comments
 (0)