Skip to content

Commit fd21cfe

Browse files
authored
Merge pull request #1210 from objectstack-ai/dependabot/github_actions/actions/github-script-9
2 parents 923fc57 + 7f1a120 commit fd21cfe

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)