Skip to content

Commit f2e5425

Browse files
authored
Merge pull request #8 from aicodingstack/dependabot/github_actions/actions/github-script-8
chore(ci): bump actions/github-script from 7 to 8
2 parents b00a53c + d75a3b7 commit f2e5425

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)