Skip to content

Commit

Permalink
Merge pull request #190 from pypa/gha-updates
Browse files Browse the repository at this point in the history
CI: Update Github checkout & setup-python actions
  • Loading branch information
takluyver authored Apr 29, 2024
2 parents 903ad91 + c25acc3 commit 60a72a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand All @@ -36,8 +36,8 @@ jobs:
python-version: "3.7" # Not available on latest MacOS images

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}-dev
cache: pip
Expand All @@ -56,8 +56,8 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') }}

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"

Expand Down

0 comments on commit 60a72a0

Please sign in to comment.