Skip to content

Commit

Permalink
ci: update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jun 26, 2024
1 parent a81649f commit 7fc946c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/action@v2.0.3
- uses: pre-commit/action@v3.0.1
tests:
name: "Test with python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: ${{ matrix.machine }}
Expand All @@ -32,8 +32,8 @@ jobs:
- python-version: "3.12"
machine: ubuntu-22.04
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 }}"
- name: "Install dependencies"
Expand Down

0 comments on commit 7fc946c

Please sign in to comment.