diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19e383a46..364eaf9ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare to build site uses: ./.github/actions/prepare-build-site diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1253fc6e0..03da17551 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: id: pages uses: actions/configure-pages@v3 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare to build site uses: ./.github/actions/prepare-build-site diff --git a/pages/projects/mkfit.md b/pages/projects/mkfit.md index a9242ab02..3b0945e3b 100644 --- a/pages/projects/mkfit.md +++ b/pages/projects/mkfit.md @@ -33,8 +33,9 @@ team: focus-area: ia --- - -MkFit aims to develop fully vectorized and parallelized tracking algorithms based on the Kalman Filter for use in a collider experiment. +

mkFit

+The mkFit project aims to develop fully vectorized and parallelized tracking algorithms based on the Kalman Filter for use in collider experiments. +The software has been integrated into CMSSW and is currently being used in [CMS Run 3](https://cms.cern/news/wait-overthe-lhc-run-3-has-started). For a more complete account, see the [main project page](http://trackreco.github.io/) and the [JINST publication](http://inspirehep.net/record/1798734).