From 5665addcae180a9d81d24bb2107e6acc799d83c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:49:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index aeb0d87..faa00e6 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -19,7 +19,7 @@ jobs: container: hashicorp/terraform steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Terraform Format Check run: terraform fmt -check -recursive -diff @@ -32,7 +32,7 @@ jobs: } steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Terraform Init run: terraform init -upgrade working-directory: ${{ matrix.dir }} @@ -56,7 +56,7 @@ jobs: - 4566:4566 steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Terraform Init run: terraform init -upgrade working-directory: ${{ matrix.dir }} @@ -73,7 +73,7 @@ jobs: } steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run infracost diff uses: infracost/infracost-gh-action@master env: