Skip to content

Commit

Permalink
Update checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Oct 23, 2024
1 parent ee3dddd commit 1485de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyop2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Clone PETSc
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: firedrakeproject/petsc
path: ${{ env.PETSC_DIR }}
Expand All @@ -62,7 +62,7 @@ jobs:
python -m pip install --no-deps .
- name: Checkout PyOP2
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: PyOP2

Expand Down

0 comments on commit 1485de5

Please sign in to comment.