From 642e5d4fd24c536375e3cf3250721368988d7ab3 Mon Sep 17 00:00:00 2001 From: srlantz Date: Mon, 28 Aug 2023 18:16:01 -0400 Subject: [PATCH 1/2] Make minor text changes to mkfit.md --- pages/projects/mkfit.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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).
From 50ffed7a28168b5e5d141ef2ff82413b93aa3bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 04:14:44 +0000 Subject: [PATCH 2/2] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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