diff --git a/.github/workflows/_terraformLintTemplate.yml b/.github/workflows/_terraformLintTemplate.yml index a5c0494..4b31b33 100644 --- a/.github/workflows/_terraformLintTemplate.yml +++ b/.github/workflows/_terraformLintTemplate.yml @@ -44,7 +44,7 @@ jobs: # Add Pull Request Comment - name: Add Pull Request Comment - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: pr_comment if: github.event_name == 'pull_request' with: diff --git a/.github/workflows/_terraformPlanTemplate.yml b/.github/workflows/_terraformPlanTemplate.yml index ee9df2b..679b304 100644 --- a/.github/workflows/_terraformPlanTemplate.yml +++ b/.github/workflows/_terraformPlanTemplate.yml @@ -94,7 +94,7 @@ jobs: # Add Pull Request Comment - name: Add Pull Request Comment id: pr_comment - uses: actions/github-script@v6 + uses: actions/github-script@v7 if: github.event_name == 'pull_request' continue-on-error: true env: