From 242c6b21a99be3cbf32c8134c6bb32f82600a691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:21:46 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-container-app.yml | 10 +++++----- .github/workflows/deploy-infrastructure.yml | 8 ++++---- .github/workflows/deploy-kubernetes.yml | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/deploy-container-app.yml b/.github/workflows/deploy-container-app.yml index 0fd9104..2e2ac5b 100644 --- a/.github/workflows/deploy-container-app.yml +++ b/.github/workflows/deploy-container-app.yml @@ -34,7 +34,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -78,7 +78,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Download output from deployment - uses: actions/download-artifact@v4 @@ -185,7 +185,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -241,7 +241,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Download output from deployment - uses: actions/download-artifact@v4 @@ -285,7 +285,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Authenticate to Az CLI using OIDC - name: Azure CLI login diff --git a/.github/workflows/deploy-infrastructure.yml b/.github/workflows/deploy-infrastructure.yml index 22c17bc..cc32718 100644 --- a/.github/workflows/deploy-infrastructure.yml +++ b/.github/workflows/deploy-infrastructure.yml @@ -25,7 +25,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -66,7 +66,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -112,7 +112,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Download output from deployment - uses: actions/download-artifact@v4 @@ -218,7 +218,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Download output from deployment - uses: actions/download-artifact@v4 diff --git a/.github/workflows/deploy-kubernetes.yml b/.github/workflows/deploy-kubernetes.yml index fa5bdf2..31f00cf 100644 --- a/.github/workflows/deploy-kubernetes.yml +++ b/.github/workflows/deploy-kubernetes.yml @@ -34,7 +34,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -78,7 +78,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Download output from deployment - uses: actions/download-artifact@v4 @@ -185,7 +185,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -212,7 +212,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Authenticate to Az CLI using OIDC - name: Azure CLI login @@ -280,7 +280,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Authenticate to Az CLI using OIDC - name: Azure CLI login