Skip to content

Commit 4237ea5

Browse files
chore: bump actions/github-script from 7.0.1 to 8.0.0 (#2422)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdb965e commit 4237ea5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-manual.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
needs:
5959
- setup
6060
steps:
61-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 7.0.1
61+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # 8.0.0
6262
with:
6363
script: |
6464
github.rest.issues.createComment({
@@ -90,7 +90,7 @@ jobs:
9090
- setup
9191
- ci
9292
steps:
93-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 7.0.1
93+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # 8.0.0
9494
with:
9595
script: |
9696
const { data } = await github.rest.actions.listJobsForWorkflowRun({

.github/workflows/update-changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
repository: awslabs/amazon-eks-ami
2727
ref: refs/heads/main
2828
path: amazon-eks-ami/
29-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 7.0.1
29+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # 8.0.0
3030
with:
3131
script: |
3232
const fs = require('fs');

0 commit comments

Comments
 (0)