diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1a6ca8c..046eb5b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,7 +58,7 @@ jobs: echo "Error: Let's Encrypt CA is not being used for verification." exit 1 fi - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 if: steps.release-please.outputs.pr with: github-token: ${{secrets.GITHUB_TOKEN}} @@ -104,7 +104,7 @@ jobs: ACME_SERVER_URL: https://acme-v02.api.letsencrypt.org/directory run: | ./run_tests.sh - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 if: steps.release-please.outputs.pr with: github-token: ${{secrets.GITHUB_TOKEN}}