diff --git a/.github/workflows/ci_common.yml b/.github/workflows/ci_common.yml index c5b5d0aa1..485974621 100644 --- a/.github/workflows/ci_common.yml +++ b/.github/workflows/ci_common.yml @@ -80,7 +80,7 @@ jobs: - id: set_image_push_option name: Set image push option - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | // if running full tests then use the filter option, for the dev container action @@ -110,7 +110,7 @@ jobs: - id: set_image_tag name: Set image_tag... - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: PR_NUMBER: ${{ inputs.prNumber }} with: diff --git a/.github/workflows/pr-bot.yml b/.github/workflows/pr-bot.yml index 5bff16415..9083988ab 100644 --- a/.github/workflows/pr-bot.yml +++ b/.github/workflows/pr-bot.yml @@ -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@v6 + uses: actions/github-script@v7 with: script: | const script = require('./.github/scripts/build.js')