From 7e2d3b613ff8099e27eef7a7e932cdd98cf42e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:19:32 +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/0-start.yml | 2 +- .github/workflows/1-configure-oidc-in-azure.yml | 2 +- .github/workflows/2-create-workflow.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/0-start.yml b/.github/workflows/0-start.yml index 91199c2..539df34 100644 --- a/.github/workflows/0-start.yml +++ b/.github/workflows/0-start.yml @@ -34,7 +34,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches diff --git a/.github/workflows/1-configure-oidc-in-azure.yml b/.github/workflows/1-configure-oidc-in-azure.yml index 3563aa1..8f70cca 100644 --- a/.github/workflows/1-configure-oidc-in-azure.yml +++ b/.github/workflows/1-configure-oidc-in-azure.yml @@ -34,7 +34,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches diff --git a/.github/workflows/2-create-workflow.yml b/.github/workflows/2-create-workflow.yml index d22b360..c608190 100644 --- a/.github/workflows/2-create-workflow.yml +++ b/.github/workflows/2-create-workflow.yml @@ -34,7 +34,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches