From ca64f2b399d6b46baf06dea4582cb584c80496e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:38:11 +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/cicd-backend.yml | 2 +- .github/workflows/deploy-infra.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd-backend.yml b/.github/workflows/cicd-backend.yml index 2f4ab867..442032f1 100644 --- a/.github/workflows/cicd-backend.yml +++ b/.github/workflows/cicd-backend.yml @@ -38,7 +38,7 @@ jobs: steps: # Checkout the repository - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Setup .NET - name: Setup .NET diff --git a/.github/workflows/deploy-infra.yml b/.github/workflows/deploy-infra.yml index a0c410d0..f819dd59 100644 --- a/.github/workflows/deploy-infra.yml +++ b/.github/workflows/deploy-infra.yml @@ -18,7 +18,7 @@ jobs: steps: # Checkout the repository - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Remove Bicep configuration file (to remove experimental warning) - name: Remove Bicep configuration file