Skip to content

Commit 1a7c206

Browse files
authored
Merge pull request #11754 from jsquyres/pr/update-github-actions
Github workflows: update to newer Github actions versions
2 parents ceceeaf + 859cc77 commit 1a7c206

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

.github/workflows/pr-checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- 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
2727
with:
2828
token: "${{ secrets.GITHUB_TOKEN}}"
2929
label:
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Pull Request Labeler
36-
uses: open-mpi/pr-labeler@v1.0.0
36+
uses: open-mpi/pr-labeler@v1.0.1
3737
with:
3838
token: "${{ secrets.GITHUB_TOKEN }}"
3939

@@ -45,6 +45,6 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Pull Request Milestoner
48-
uses: open-mpi/pr-milestoner@v1.0.0
48+
uses: open-mpi/pr-milestoner@v1.0.1
4949
with:
5050
token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)