From e66b3e442bce1aa14c16bbc769e1c46820bd89a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:42:37 +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/cicd-appconfig.yml | 2 +- .github/workflows/cicd-ld.yml | 2 +- .github/workflows/code-references.yml | 2 +- .github/workflows/marp-pages.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd-appconfig.yml b/.github/workflows/cicd-appconfig.yml index 94cc035..21aedb6 100644 --- a/.github/workflows/cicd-appconfig.yml +++ b/.github/workflows/cicd-appconfig.yml @@ -22,7 +22,7 @@ jobs: build-appconfig: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up .NET uses: actions/setup-dotnet@v5 with: diff --git a/.github/workflows/cicd-ld.yml b/.github/workflows/cicd-ld.yml index c59941d..be51cf7 100644 --- a/.github/workflows/cicd-ld.yml +++ b/.github/workflows/cicd-ld.yml @@ -21,7 +21,7 @@ jobs: build-quickstart: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up .NET uses: actions/setup-dotnet@v5 with: diff --git a/.github/workflows/code-references.yml b/.github/workflows/code-references.yml index 1eff449..267ade9 100644 --- a/.github/workflows/code-references.yml +++ b/.github/workflows/code-references.yml @@ -14,7 +14,7 @@ jobs: environment: launchDarklyQuickstart runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 10 # This value must be set if the lookback configuration option is not disabled for find-code-references. Read more: https://github.com/launchdarkly/ld-find-code-refs#searching-for-unused-flags-extinctions - name: LaunchDarkly Code References diff --git a/.github/workflows/marp-pages.yml b/.github/workflows/marp-pages.yml index af9ad2d..2b4812a 100644 --- a/.github/workflows/marp-pages.yml +++ b/.github/workflows/marp-pages.yml @@ -25,7 +25,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Copy images run: mkdir build && cp -R slides/img build/img && cp -R slides/themes build/themes