Skip to content

Commit ee4dd5b

Browse files
chore(ci)(deps): bump actions/setup-python from 6 to 7 (#65)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c8bdc6 commit ee4dd5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
enable-cache: true
3636
cache-suffix: ${{ github.job }}
37-
- uses: actions/setup-python@v6
37+
- uses: actions/setup-python@v7
3838
with:
3939
python-version: '3.14'
4040
- run: uv sync --dev

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
enable-cache: true
2121

22-
- uses: actions/setup-python@v6
22+
- uses: actions/setup-python@v7
2323
with:
2424
python-version: '3.14'
2525

0 commit comments

Comments
 (0)