Skip to content

Commit

Permalink
Bump actions/setup-python from 4 to 5 (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 2e489c4 commit bc562c1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-flake8
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -50,7 +50,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-checkmanifest
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -74,7 +74,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-isort
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -99,7 +99,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-black
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -123,7 +123,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-pep8
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-typing
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-test_ubuntu
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install Tox and any other packages
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-test_windows
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install Tox and any other packages
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-test_alpine
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit bc562c1

Please sign in to comment.