Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump actions/checkout from 5 to 6 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](actions/checkout@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2025
commit 4884ba9f7e829b4f0132273a87d97695eadba924
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.version }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Build and Check Package
uses: hynek/[email protected]
Expand All @@ -37,7 +37,7 @@ jobs:
contents: write # For tag and release notes.

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Download Package
uses: actions/download-artifact@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id-token: write
attestations: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Build and Check Package
uses: hynek/[email protected]
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
tox_env: "norewrite"

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Download Package
uses: actions/download-artifact@v6
Expand Down