diff --git a/.github/workflows/terraform-format-and-style.yml b/.github/workflows/terraform-format-and-style.yml index 7dc92a1..601ddf3 100644 --- a/.github/workflows/terraform-format-and-style.yml +++ b/.github/workflows/terraform-format-and-style.yml @@ -20,7 +20,7 @@ jobs: run: terraform fmt -check -recursive -diff continue-on-error: true - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 if: github.event_name == 'pull_request' with: github-token: ${{ secrets.GITHUB_TOKEN }}