From ee5f5992d0372e2d1be2f2f17c86a4432d6e1a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:05:04 +0000 Subject: [PATCH] ci(dependabot): 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/ci.yml | 10 +++++----- .github/workflows/docs.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6fd40f..043f9678 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: name: Check Manifest runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: pip3 install check-manifest && check-manifest test: @@ -35,7 +35,7 @@ jobs: python-version: "3.13" extra: "plot" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: astral-sh/setup-uv@v6 with: @@ -77,11 +77,11 @@ jobs: # note: hard-coding pymmcore-plus/ org for now repo: ["pymmcore-plus", "pymmcore-widgets"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: pymmcore-plus/${{ matrix.repo }} fetch-depth: 0 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: path: useq-schema fetch-depth: 0 @@ -112,7 +112,7 @@ jobs: id-token: write contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: astral-sh/setup-uv@v6 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d66b377d..81a9a945 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: astral-sh/setup-uv@v6 - name: Test build