Skip to content

Commit

Permalink
👷 Update GitHub workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Apr 28, 2024
1 parent 410f9a7 commit 3e130e4
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 @@ -14,13 +14,13 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1

tests:
name: Tests on ${{ matrix.python-version }}
Expand All @@ -35,9 +35,9 @@ jobs:
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install tox
Expand Down

0 comments on commit 3e130e4

Please sign in to comment.