From b035095d5c6f66c0c265025d3d95bf27eac95301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:53:58 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-functions-app-dotnet.yml | 4 ++-- .github/workflows/take-down.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-functions-app-dotnet.yml b/.github/workflows/azure-functions-app-dotnet.yml index 527613d..44594c7 100644 --- a/.github/workflows/azure-functions-app-dotnet.yml +++ b/.github/workflows/azure-functions-app-dotnet.yml @@ -28,7 +28,7 @@ jobs: steps: - name: "Checkout GitHub Action" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Login via Azure CLI" uses: azure/login@v3 @@ -70,7 +70,7 @@ jobs: environment: dev steps: - name: "Checkout GitHub Action" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/take-down.yml b/.github/workflows/take-down.yml index 5a18907..c8d7041 100644 --- a/.github/workflows/take-down.yml +++ b/.github/workflows/take-down.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "Checkout GitHub Action" - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: "Login via Azure CLI" uses: azure/login@v3