diff --git a/.github/workflows/tfdrift.yml b/.github/workflows/tfdrift.yml index 526b8c4c..6764ed18 100644 --- a/.github/workflows/tfdrift.yml +++ b/.github/workflows/tfdrift.yml @@ -197,7 +197,7 @@ jobs: # If changes are detected, create a new issue - name: 🚨 Publish Drift Report and create new issue if: steps.tf-plan.outputs.exitcode == 2 - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: SUMMARY: "${{ steps.tf-plan-string.outputs.summary }}" with: @@ -245,7 +245,7 @@ jobs: # If changes aren't detected, close any open drift issues - name: ✅ Publish Drift Report if: steps.tf-plan.outputs.exitcode == 0 - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB }} script: |