From 8ff13ef559ca9a77c47f9305c67a5c8bcc619061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:06:02 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/azure-bicep-validate.yaml | 2 +- .github/workflows/azure-dev.yaml | 2 +- .github/workflows/python-check.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-bicep-validate.yaml b/.github/workflows/azure-bicep-validate.yaml index c419014..839f570 100644 --- a/.github/workflows/azure-bicep-validate.yaml +++ b/.github/workflows/azure-bicep-validate.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Azure CLI script uses: azure/CLI@v2 diff --git a/.github/workflows/azure-dev.yaml b/.github/workflows/azure-dev.yaml index f2d76a5..cf634f0 100644 --- a/.github/workflows/azure-dev.yaml +++ b/.github/workflows/azure-dev.yaml @@ -24,7 +24,7 @@ jobs: AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install azd uses: Azure/setup-azd@v2.2.0 diff --git a/.github/workflows/python-check.yaml b/.github/workflows/python-check.yaml index 07b0928..d920d71 100644 --- a/.github/workflows/python-check.yaml +++ b/.github/workflows/python-check.yaml @@ -16,7 +16,7 @@ jobs: os: ["ubuntu-latest"] python_version: ["3.10"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup python uses: actions/setup-python@v6 with: