From b68e8a46a9e10e6ea500b0716afde1dcabde5dce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:34:26 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 32e9ffc..a29b3f5 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -21,7 +21,7 @@ jobs: tf: [1] steps: - name: Checkout from Github - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Install Terraform uses: hashicorp/setup-terraform@v3 with: