Skip to content

Commit

Permalink
update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Sep 17, 2024
1 parent 4d87420 commit 640980a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
graphviz \
python3-numpy \
python3-vtk7
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.7
with:
lfs: true
- name: Build project
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
libtbb-dev \
python3-numpy \
python3-vtk7
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.7
with:
lfs: true
- name: Build project
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
libtbb-dev \
python3-numpy \
python3-vtk7
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.7
with:
lfs: true
- name: Build project
Expand All @@ -127,7 +127,7 @@ jobs:
format_check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.7
- uses: DoozyX/[email protected]
with:
source: 'src tests'
Expand Down

0 comments on commit 640980a

Please sign in to comment.