File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
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
19
19
sudo apt-get update
20
20
sudo apt-get install -y rocm-hip-sdk
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
with :
23
23
submodules : recursive
24
24
- name : Build Open MPI
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Pull Request Commit Checker
26
- uses : open-mpi/pr-git-commit-checker@v1.0.0
26
+ uses : open-mpi/pr-git-commit-checker@v1.0.1
27
27
with :
28
28
token : " ${{ secrets.GITHUB_TOKEN}}"
29
29
label :
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : Pull Request Labeler
36
- uses : open-mpi/pr-labeler@v1.0.0
36
+ uses : open-mpi/pr-labeler@v1.0.1
37
37
with :
38
38
token : " ${{ secrets.GITHUB_TOKEN }}"
39
39
45
45
runs-on : ubuntu-latest
46
46
steps :
47
47
- name : Pull Request Milestoner
48
- uses : open-mpi/pr-milestoner@v1.0.0
48
+ uses : open-mpi/pr-milestoner@v1.0.1
49
49
with :
50
50
token : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments