Skip to content

Commit 7ff2d43

Browse files
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 b1821a0 commit 7ff2d43

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/issue-assessment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
steps:
1414
- name: Add comment
15-
uses: actions/github-script@v8
15+
uses: actions/github-script@v9
1616
with:
1717
script: |
1818
await github.rest.issues.createComment({

.github/workflows/issue-triage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
steps:
1313
- name: Triage new issue
14-
uses: actions/github-script@v8
14+
uses: actions/github-script@v9
1515
with:
1616
script: |
1717
const body = context.payload.issue.body || '';

.github/workflows/labels-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121

2222
- name: Sync labels
23-
uses: actions/github-script@v8
23+
uses: actions/github-script@v9
2424
with:
2525
script: |
2626
const fs = require('fs');

.github/workflows/lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
steps:
1313
- name: Lock inactive closed issues
14-
uses: actions/github-script@v8
14+
uses: actions/github-script@v9
1515
with:
1616
script: |
1717
const cutoffDate = new Date();

0 commit comments

Comments
 (0)