Skip to content

Commit 638bd7b

Browse files
authored
Merge pull request #12652 from devreal/workflows-node20-v5.0.x
Bump workflow actions to node20 [v5.0.x]
2 parents 17afb39 + df03d98 commit 638bd7b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/compile-cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo dpkg -i cuda-keyring_1.1-1_all.deb
1919
sudo apt update
2020
sudo apt install -y cuda-toolkit
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
submodules: recursive
2424
- name: Build Open MPI

.github/workflows/compile-rocm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' | sudo tee /etc/apt/preferences.d/rocm-pin-600
2222
sudo apt update
2323
sudo apt install -y rocm-hip-runtime
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
submodules: recursive
2727
- name: Build Open MPI

.github/workflows/ompi_nvidia.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: [self-hosted, linux, x64, nvidia]
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
with:
1212
submodules: recursive
1313
- name: Checkout CI scripts
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
repository: Mellanox/jenkins_scripts
1717
path: ompi_ci

0 commit comments

Comments
 (0)