Skip to content

Commit 3d00ba7

Browse files
ci: bump actions/setup-python from 5 to 6 (#569)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5739a19 commit 3d00ba7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: "Set up Python"
7070
id: setup_python
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
with:
7373
python-version: '3.12'
7474
cache: 'poetry'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: "Set up Python"
4848
id: setup_python
49-
uses: actions/setup-python@v5
49+
uses: actions/setup-python@v6
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
cache: 'poetry'

0 commit comments

Comments
 (0)