From 99c3ebdf1a51664bc8d2a1ad74a3a9b0e2ac56cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:20:35 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..fc57376 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@v5 # 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@v5 # 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@v5 # 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@v5 # 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@v5 # 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..9afc425 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@v5 # 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@v5 # 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@v5 # 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@v5 # 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..d82fb2a 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@v5 # 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@v5 # 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@v5 # 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@v5 # 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@v5 # Authenticate to Az CLI using OIDC - name: Azure CLI login