diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1052366eff..c3ad5be106 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -56,7 +56,7 @@ jobs: with: repository: 'kokkos/kokkos' path: 'kokkos' - ref: '4.3.00' + ref: '4.3.01' - name: configure_kokkos run: | diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9690446a4f..a89f4480d9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: kokkos/kokkos - ref: 4.3.00 + ref: 4.3.01 path: kokkos - name: configure_kokkos diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index fa23b5dd72..b2227d0394 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: kokkos/kokkos - ref: 4.3.00 + ref: 4.3.01 path: kokkos - name: configure_kokkos