diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 203b021..bf38ed9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -261,7 +261,7 @@ jobs: run: terraform plan -no-color continue-on-error: true - - uses: actions/github-script@v3 + - uses: actions/github-script@v6.3.0 if: github.event_name == 'pull_request' env: PLAN: "terraform\n${{ steps.plan.outputs.stdout }}" @@ -373,7 +373,7 @@ jobs: ARM_SUBSCRIPTION_ID: ${{secrets.ARM_SUBSCRIPTION_ID}} ARM_TENANT_ID: ${{secrets.ARM_TENANT_ID}} - - uses: actions/github-script@v3 + - uses: actions/github-script@v6.3.0 if: github.event_name == 'pull_request' env: PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"