Skip to content

Commit 7c44610

Browse files
⬆️ 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](actions/checkout@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] <support@github.com>
1 parent 979d0c3 commit 7c44610

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ['3.10', '3.11', '3.12', '3.13']
1313
fail-fast: false
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v7
1818
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/git_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Find merge conflicts
1919
steps:
2020
# Checkout the source code so we have some files to look at.
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
# Run the actual merge conflict finder
2323
- name: Merge Conflict finder
2424
uses: olivernybroe/action-conflict-finder@v4.1

0 commit comments

Comments
 (0)