Skip to content

Commit

Permalink
Merge pull request #3738 from Pylons/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
mmerickel authored Jan 27, 2024
2 parents 165b16c + 0c77180 commit 3c92e82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}
architecture: ${{ matrix.architecture }}
Expand All @@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.12
architecture: x64
Expand All @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8
architecture: x64
Expand All @@ -87,7 +87,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8
architecture: x64
Expand Down

0 comments on commit 3c92e82

Please sign in to comment.