Skip to content

Commit 115ac3d

Browse files
Bump actions/github-script from 7 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...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 b9de3c0 commit 115ac3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-content-on-labels.yml

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

2222
- name: Add Guidance Comment
2323
if: ${{ contains(steps.check_labels.outputs.labels, 'dsa-solution') }}
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@v9
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
2727
script: |

.github/workflows/autocomment-iss-close.yml

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: Greet User
14-
uses: actions/github-script@v7
14+
uses: actions/github-script@v9
1515
with:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}
1717
script: |

.github/workflows/lighthouse-report.yml

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

5151
- name: Format lighthouse score
5252
id: format_lighthouse_score
53-
uses: actions/github-script@v7.0.1
53+
uses: actions/github-script@v9
5454
with:
5555
github-token: ${{ secrets.GITHUB_TOKEN }}
5656
script: |

0 commit comments

Comments
 (0)