Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- id: set_image_push_option
name: Set image push option
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
// if running full tests then use the filter option, for the dev container action
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:

- id: set_image_tag
name: Set image_tag...
uses: actions/github-script@v7
uses: actions/github-script@v8
env:
PR_NUMBER: ${{ inputs.prNumber }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Determine whether the comment is a command
- id: check_command
name: Check for a command using GitHub script
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const script = require('./.github/scripts/build.js')
Expand Down