Skip to content

Commit 859cc77

Browse files
committed
pr-checks.yaml: update actions versions v1.0.1
Update all 3 Open MPI GitHub Actions scripts to v1.0.1. This will squelch warnings that we get about using outdated Node.js versions. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 0a3fa20 commit 859cc77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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)