From 15f4a62c4a162e2d3f004d2355b1a5436ef7bd69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 08:56:38 +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 fe24e6c..2adb04c 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 @@ -39,7 +39,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 }} @@ -63,7 +63,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 }} @@ -80,7 +80,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: