Skip to content

Commit

Permalink
Merge pull request #168 from Pylons/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-4

Bump actions/setup-python from 2 to 4
  • Loading branch information
mmerickel authored Jan 3, 2023
2 parents f64517b + a8b7318 commit b3bf884
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.py }}
architecture: ${{ matrix.architecture }}
Expand All @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"
architecture: x64
Expand All @@ -79,7 +79,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"
architecture: x64
Expand All @@ -92,7 +92,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"
architecture: x64
Expand All @@ -104,7 +104,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"
architecture: x64
Expand Down

0 comments on commit b3bf884

Please sign in to comment.