Skip to content

Commit

Permalink
Change to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDuffield committed Feb 26, 2024
1 parent e1d0fd4 commit 860fa7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/action@v4.0.0

tests:
name: Run tests for Python ${{ matrix.python-version }}
Expand All @@ -23,9 +23,9 @@ jobs:
matrix:
python-version: ['3.10']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dev environment
Expand Down

0 comments on commit 860fa7c

Please sign in to comment.