diff --git a/.github/workflows/github2gerrit-v2.yaml b/.github/workflows/github2gerrit-v2.yaml index 2a12388..451acc9 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@v8 + uses: actions/github-script@v9 with: # yamllint disable rule:line-length script: | diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index 7ba5caf..3506942 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -529,7 +529,7 @@ jobs: if: | hashFiles('commit-sha.txt') != '' || (! startsWith(env.GERRIT_CR_URL_CID, '')) - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: result-encoding: string retries: 3 diff --git a/action.yaml b/action.yaml index 04f23a1..c45b194 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@v8 + uses: actions/github-script@v9 with: result-encoding: string retries: 3