Skip to content

Commit

Permalink
Update github workflow with setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Billyzhang1229 committed Apr 25, 2024
1 parent 5238e41 commit 532932b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: pre-commit/[email protected]
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python and cache deps
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
cache: 'pip'
Expand All @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python and cache deps
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: 'pip'
Expand Down

0 comments on commit 532932b

Please sign in to comment.