From 162949ec5e1cf2995f810405fd7530768937c700 Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Wed, 7 Aug 2024 19:22:55 -0600 Subject: [PATCH] update yaml files to use kokkos v 4.3.01 --- .github/workflows/codeql.yml | 2 +- .github/workflows/osx.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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