diff --git a/.github/workflows/ci_common.yml b/.github/workflows/ci_common.yml index 30dd099eb..3a82ebe06 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@v7 + uses: actions/github-script@v8 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@v7 + uses: actions/github-script@v8 env: PR_NUMBER: ${{ inputs.prNumber }} with: diff --git a/.github/workflows/pr-bot.yml b/.github/workflows/pr-bot.yml index 160aea504..37533ba11 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@v7 + uses: actions/github-script@v8 with: script: | const script = require('./.github/scripts/build.js')