Skip to content

Commit fedeab7

Browse files
Update actions/setup-python action to v6
1 parent 5faedf8 commit fedeab7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v6
15-
- uses: actions/setup-python@v5
15+
- uses: actions/setup-python@v6
1616
with:
1717
python-version: '3.13'
1818
- run: pip install . matplotlib pycryptodome rc4

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: actions/setup-python@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: '3.13'
2121
- run: pip install setuptools
@@ -42,7 +42,7 @@ jobs:
4242
- 'pypy-3.10'
4343
steps:
4444
- uses: actions/checkout@v6
45-
- uses: actions/setup-python@v5
45+
- uses: actions/setup-python@v6
4646
with:
4747
python-version: "${{ matrix.python-version }}"
4848
- run: pip install setuptools wheel
@@ -83,7 +83,7 @@ jobs:
8383
- build-manylinux-wheels
8484
runs-on: ubuntu-24.04
8585
steps:
86-
- uses: actions/setup-python@v5
86+
- uses: actions/setup-python@v6
8787
with:
8888
python-version: '3.13'
8989
- run: pip install twine

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- 'pypy-3.10'
1717
steps:
1818
- uses: actions/checkout@v6
19-
- uses: actions/setup-python@v5
19+
- uses: actions/setup-python@v6
2020
with:
2121
python-version: "${{ matrix.python-version }}"
2222
- name: Install lcov

0 commit comments

Comments
 (0)