Skip to content

Commit

Permalink
Upgrade GitHub Actions checkout and setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and gentooboontoo committed Dec 11, 2023
1 parent 60f524f commit 49137c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- "3.11"
- "3.12"
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 }}'
cache: pip
Expand All @@ -37,8 +37,8 @@ jobs:
lint:
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"
cache: pip
Expand Down

0 comments on commit 49137c3

Please sign in to comment.