Skip to content

Commit 863ca63

Browse files
Bump actions/setup-python from 2 to 6 (#197)
1 parent 0b4df68 commit 863ca63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v5
1313
- name: Set up Python 3.10
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@v6
1515
- name: Install Poetry
1616
run: |
1717
python -m pip install --upgrade poetry wheel

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v5
20-
- uses: actions/setup-python@v2
20+
- uses: actions/setup-python@v6
2121
- name: Install Poetry
2222
run: |
2323
python -m pip install --upgrade poetry wheel

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check out repository code
2424
uses: actions/checkout@v5
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install Poetry

0 commit comments

Comments
 (0)