diff --git a/.github/workflows/link-check-all.yml b/.github/workflows/link-check-all.yml index c3ad1de..619eac1 100644 --- a/.github/workflows/link-check-all.yml +++ b/.github/workflows/link-check-all.yml @@ -64,7 +64,7 @@ jobs: >> ${{ inputs.outputFile }} - name: Find latest open Link Check issue - uses: actions/github-script@v6 + uses: actions/github-script@v9 id: find-existing-comment if: always() env: diff --git a/.github/workflows/link-check-deployment-status.yml b/.github/workflows/link-check-deployment-status.yml index 688baa9..424fb63 100644 --- a/.github/workflows/link-check-deployment-status.yml +++ b/.github/workflows/link-check-deployment-status.yml @@ -47,7 +47,7 @@ jobs: -r ${{ github.event.deployment.payload.web_url }} \ >> ${{ inputs.outputFile }} - name: Create or update comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: OUTPUT_FILE: ${{ inputs.outputFile }} with: