Skip to content

Commit 697ab66

Browse files
Bump actions/setup-python from 5 to 6 in the actions group (#67)
Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 292a785 commit 697ab66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v5
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install uv and set the python version
@@ -120,7 +120,7 @@ jobs:
120120
steps:
121121
- uses: actions/checkout@v5
122122
- name: Set up Python ${{ matrix.python-version }}
123-
uses: actions/setup-python@v5
123+
uses: actions/setup-python@v6
124124
with:
125125
python-version: "3.13"
126126
- name: Install uv

0 commit comments

Comments
 (0)