Skip to content

Commit d75a3b7

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Comment on major updates
3434
if: steps.metadata.outputs.update-type == 'version-update:semver-major'
35-
uses: actions/github-script@v7
35+
uses: actions/github-script@v8
3636
with:
3737
script: |
3838
github.rest.issues.createComment({
@@ -53,7 +53,7 @@ jobs:
5353
})
5454
5555
- name: Label based on update type
56-
uses: actions/github-script@v7
56+
uses: actions/github-script@v8
5757
with:
5858
script: |
5959
const updateType = '${{ steps.metadata.outputs.update-type }}';

.github/workflows/scheduled-checks.yml

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

3939
- name: Create issue if URLs are broken
4040
if: failure()
41-
uses: actions/github-script@v7
41+
uses: actions/github-script@v8
4242
with:
4343
script: |
4444
const title = '🔗 Broken URLs detected in manifests';

0 commit comments

Comments
 (0)