Skip to content

Commit 0a3fa20

Browse files
committed
compile-rocm.yaml: update to newer Github actions versions
Per https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/, update to use newer versions of github actions so that we stop getting warnings about outdated Node.js versions. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent ceceeaf commit 0a3fa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-rocm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo 'deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/rocm-keyring.gpg] https://repo.radeon.com/rocm/apt/debian focal main' | sudo tee /etc/apt/sources.list.d/rocm.list
1919
sudo apt-get update
2020
sudo apt-get install -y rocm-hip-sdk
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
with:
2323
submodules: recursive
2424
- name: Build Open MPI

0 commit comments

Comments
 (0)