Skip to content

Commit c140854

Browse files
dependabot[bot]chrmarti
authored andcommitted
Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4274838 commit c140854

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_common.yml

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

8181
- id: set_image_push_option
8282
name: Set image push option
83-
uses: actions/github-script@v6
83+
uses: actions/github-script@v7
8484
with:
8585
script: |
8686
// if running full tests then use the filter option, for the dev container action
@@ -110,7 +110,7 @@ jobs:
110110

111111
- id: set_image_tag
112112
name: Set image_tag...
113-
uses: actions/github-script@v6
113+
uses: actions/github-script@v7
114114
env:
115115
PR_NUMBER: ${{ inputs.prNumber }}
116116
with:

.github/workflows/pr-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Determine whether the comment is a command
4242
- id: check_command
4343
name: Check for a command using GitHub script
44-
uses: actions/github-script@v6
44+
uses: actions/github-script@v7
4545
with:
4646
script: |
4747
const script = require('./.github/scripts/build.js')

0 commit comments

Comments
 (0)