diff --git a/.github/workflows/tsfc-tests.yml b/.github/workflows/tsfc-tests.yml index c0a096b7e..bc80bc171 100644 --- a/.github/workflows/tsfc-tests.yml +++ b/.github/workflows/tsfc-tests.yml @@ -17,7 +17,7 @@ jobs: CXX: g++-10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: @@ -28,7 +28,7 @@ jobs: pip3 install . - name: Clone tsfc - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ./tsfc repository: firedrakeproject/tsfc