From 8428b693aef50d06a4079784c264ffcc2b40c40f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:00:44 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a609dca..77a5a60 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@v4 + uses: actions/checkout@v5 - name: Terraform Format Check run: terraform fmt -check -recursive -diff @@ -39,7 +39,7 @@ jobs: - 4566:4566 steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Terraform Init run: terraform init -upgrade working-directory: ${{ matrix.dir }}