From 83afe7917d0b1fdff79136eb9e47fd4aba1b0651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 20:35:02 -0500 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 in the github-actions group (#4435) build(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-bundle.yml | 2 +- .github/workflows/ci-flatpak.yml | 2 +- .github/workflows/ci-freebsd.yml | 2 +- .github/workflows/ci-homebrew.yml | 2 +- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/localize.yml | 2 +- .github/workflows/update-pages.yml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-bundle.yml b/.github/workflows/ci-bundle.yml index 2a7e6b91..893be6eb 100644 --- a/.github/workflows/ci-bundle.yml +++ b/.github/workflows/ci-bundle.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup node id: node diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index d3184d7e..5bb3798f 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -39,7 +39,7 @@ jobs: clean-all: true - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml index cda6afdc..b144a000 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -71,7 +71,7 @@ jobs: matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index 2f1f8383..06b6b4a6 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -49,7 +49,7 @@ jobs: release: true steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Fix homebrew python if: matrix.os_name == 'macos' && matrix.os_version == '13' diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 54c36520..d0f67880 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -35,7 +35,7 @@ jobs: clean-all: true - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 4ea1ce4f..8243721e 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -31,7 +31,7 @@ jobs: toolchain: ucrt-x86_64 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b50976d8..45e5fb0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Release Setup id: release-setup @@ -187,7 +187,7 @@ jobs: - name: Checkout if: steps.should_run.outputs.SHOULD_RUN == 'true' - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Download coverage artifact if: steps.should_run.outputs.SHOULD_RUN == 'true' diff --git a/.github/workflows/localize.yml b/.github/workflows/localize.yml index 49c30dea..9ca49144 100644 --- a/.github/workflows/localize.yml +++ b/.github/workflows/localize.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Python 3.9 uses: actions/setup-python@v6 # https://github.com/actions/setup-python diff --git a/.github/workflows/update-pages.yml b/.github/workflows/update-pages.yml index b8f6cfb3..7d0376c2 100644 --- a/.github/workflows/update-pages.yml +++ b/.github/workflows/update-pages.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Upload artifact uses: actions/upload-artifact@v5