diff --git a/.github/workflows/e2e-suite-windows.yml b/.github/workflows/e2e-suite-windows.yml index 23def45b3..bbf499c92 100644 --- a/.github/workflows/e2e-suite-windows.yml +++ b/.github/workflows/e2e-suite-windows.yml @@ -74,7 +74,7 @@ jobs: env: LINODE_CLI_TOKEN: ${{ secrets.LINODE_TOKEN_2 }} - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 id: update-check-run if: ${{ inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }} env: diff --git a/.github/workflows/e2e-suite.yml b/.github/workflows/e2e-suite.yml index 1134195ed..a8fa655ca 100644 --- a/.github/workflows/e2e-suite.yml +++ b/.github/workflows/e2e-suite.yml @@ -135,7 +135,7 @@ jobs: retention-days: 1 - name: Update PR Check Run - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: update-check-run if: ${{ inputs.pull_request_number != '' && fromJson(steps.commit-hash.outputs.data).repository.pullRequest.headRef.target.oid == inputs.sha }} env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b38702c0d..bc7952e5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: # This is necessary as we want to ensure that version tags # are properly formatted before passing them into the # DockerFile. - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 id: cli_version with: script: | diff --git a/.github/workflows/remote-release-trigger.yml b/.github/workflows/remote-release-trigger.yml index a101ceeb8..a110d79e0 100644 --- a/.github/workflows/remote-release-trigger.yml +++ b/.github/workflows/remote-release-trigger.yml @@ -29,7 +29,7 @@ jobs: - name: Calculate the desired release version id: calculate_version - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: SPEC_VERSION: ${{ github.event.client_payload.spec_version }} PREVIOUS_CLI_VERSION: ${{ steps.previoustag.outputs.tag }}