Skip to content

Commit 90ad0d0

Browse files
Merge pull request #17 from festim-dev/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents a4129cd + 23ab8e7 commit 90ad0d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
container: dolfinx/dolfinx:${{ matrix.container_version }}
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Install local package and dependencies
1717
run: |

0 commit comments

Comments
 (0)