diff --git a/.github/workflows/github2gerrit-v2.yaml b/.github/workflows/github2gerrit-v2.yaml index 5cb43a3..beca086 100644 --- a/.github/workflows/github2gerrit-v2.yaml +++ b/.github/workflows/github2gerrit-v2.yaml @@ -241,7 +241,7 @@ jobs: - name: "Add GitHub reference to PR" if: env.GERRIT_CR_URL_CID != '' # yamllint disable rule:line-length - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: # yamllint disable rule:line-length script: | diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index 186e617..3f37477 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -528,7 +528,7 @@ jobs: if: | hashFiles('commit-sha.txt') != '' || (! startsWith(env.GERRIT_CR_URL_CID, '')) - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: string retries: 3 diff --git a/action.yaml b/action.yaml index 54db24d..b9db5ff 100644 --- a/action.yaml +++ b/action.yaml @@ -379,7 +379,7 @@ runs: if: | hashFiles('commit-sha.txt') != '' || (! startsWith(env.GERRIT_CHANGE_REQUEST_URL, '')) - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: string retries: 3