From 8e4b9baf2dcaf786a0fd399f0887ce91192d1629 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:57:59 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/deploy-full.yml | 4 ++-- .github/workflows/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-full.yml b/.github/workflows/deploy-full.yml index 1bc1bd8..02ecb4a 100644 --- a/.github/workflows/deploy-full.yml +++ b/.github/workflows/deploy-full.yml @@ -37,7 +37,7 @@ jobs: steps: - name: 📥 Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🔐 Azure Login uses: azure/login@v2 @@ -344,7 +344,7 @@ jobs: steps: - name: 📥 Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🔐 Azure Login uses: azure/login@v2 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 333f38b..14b1f41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Terraform uses: hashicorp/setup-terraform@v3