Skip to content

Commit

Permalink
fixup: use actions v3
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Oct 6, 2023
1 parent 0a99fe8 commit 26fb14f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
container: ghcr.io/ecp-copa/ci-containers/${{ matrix.distro }}
steps:
- name: Checkout kokkos
uses: actions/checkout@v2.2.0
uses: actions/checkout@v3
with:
repository: kokkos/kokkos
ref: ${{ matrix.kokkos_ver }}
Expand All @@ -62,7 +62,7 @@ jobs:
cmake --build build --parallel 2
cmake --install build
- name: Checkout Cabana
uses: actions/checkout@v2.2.0
uses: actions/checkout@v3
with:
repository: ECP-CoPA/Cabana
# This version is post-release 0.5
Expand All @@ -89,7 +89,7 @@ jobs:
cmake --build build --parallel 2
cmake --install build
- name: Checkout CabanaPD
uses: actions/checkout@v2.2.0
uses: actions/checkout@v3
- name: Build CabanaPD
run: |
cmake -B build \
Expand Down

0 comments on commit 26fb14f

Please sign in to comment.