diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b50b83e..0d6694a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,7 +62,7 @@ jobs: echo "Error: Let's Encrypt CA is not being used for verification." exit 1 fi - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 if: steps.release-please.outputs.pr with: github-token: ${{secrets.GITHUB_TOKEN}} @@ -160,7 +160,7 @@ jobs: if: success() && needs.release.outputs.release_pr #Ensure the test jobs succeeded, and that a release PR was created. runs-on: ubuntu-latest steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |