Skip to content

Commit b8ef6e9

Browse files
Update actions/setup-python action to v6
1 parent 7128af1 commit b8ef6e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v5
1111
- name: Set up Python
12-
uses: actions/setup-python@v5
12+
uses: actions/setup-python@v6
1313
with:
1414
python-version: '3.13'
1515
- name: Install dependencies

.github/workflows/tox_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
steps:
77
- uses: actions/checkout@v5
88
- name: Run black
9-
uses: actions/setup-python@v5
9+
uses: actions/setup-python@v6
1010
with:
1111
python-version: 3.8
1212
- name: install black
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- name: Setup Python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python }}
2727
- name: install tox

0 commit comments

Comments
 (0)