From 42284d73b07047a076f4e807f30f9e666a312850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:06:03 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 in /.github/workflows 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/codeql.yml | 2 +- .github/workflows/devcontainer.yml | 4 ++-- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 4 ++-- .github/workflows/markdown-link-check.yml | 2 +- .github/workflows/windows.yml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dcef40f4225..fda385d7a7b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 1ea79d6757c..ab2dc0cfe17 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -41,7 +41,7 @@ jobs: BUILDKIT_INLINE_CACHE: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Get commit messages id: get-commit-messages @@ -311,7 +311,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/download-artifact@v4 with: diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5518b15d978..1956c294010 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -51,7 +51,7 @@ jobs: MAKEFLAGS: -Oline steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: conda-incubator/setup-miniconda@v3 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 37bd8e39e40..dc6ab53ef5f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -56,7 +56,7 @@ jobs: MAKEFLAGS: -Oline steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: conda-incubator/setup-miniconda@v3 @@ -177,7 +177,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install docker timeout-minutes: 15 diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index ebf9ed24454..1698addec5f 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -25,7 +25,7 @@ jobs: contents: read timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: use-quiet-mode: yes diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fde76116782..d3f516a487e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -40,7 +40,7 @@ jobs: cache_prev_hour: unset steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: conda-incubator/setup-miniconda@v3 @@ -158,7 +158,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Check docker run: |