Skip to content

Commit

Permalink
Merge pull request #250 from ComputationalPhysiology/dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
finsberg authored Feb 13, 2025
2 parents 39014e0 + ecb659f commit a210957
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/convergence-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -53,7 +53,7 @@ jobs:
needs: job_1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
image: ghcr.io/scientificcomputing/fenics-gmsh:2023-08-16

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache
id: cache-primes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
image: ghcr.io/scientificcomputing/fenics-gmsh:2023-02-20

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down

0 comments on commit a210957

Please sign in to comment.