From 0384c2a7ca1bf470fc20df7c9049519ff6bc5a4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 21:20:28 +0000 Subject: [PATCH] Update actions/github-script action to v6 --- .github/workflows/pull_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 933969b..02d8a4c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -33,7 +33,7 @@ jobs: terraform fmt -check - name: Augment PR with terraform format infos - uses: actions/github-script@0.9.0 + uses: actions/github-script@v6.3.3 if: steps.tffmt.outcome != 'success' with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -78,7 +78,7 @@ jobs: echo "::set-output name=validate::$(sed ':a;N;$!ba;s/\n/{newline}/g' < terraform_fmt.txt)" - name: Augment PR with terraform format infos - uses: actions/github-script@0.9.0 + uses: actions/github-script@v6.3.3 if: steps.validate.outcome != 'success' with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -130,7 +130,7 @@ jobs: continue-on-error: true - name: Augment PR with terraform plan infos - uses: actions/github-script@0.9.0 + uses: actions/github-script@v6.3.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |