Skip to content

Commit 757cce9

Browse files
authored
Merge pull request #2 from open-mpi/pr/update-github-actions
action.yaml: update to newer Github actions versions
2 parents 1ab494e + e06e8eb commit 757cce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ runs:
2020
using: "composite"
2121
steps:
2222
- name: Check out the code
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424
with:
2525
# Get all branches and history
2626
fetch-depth: 0
2727

2828
- name: Setup Python
29-
uses: actions/setup-python@v2
29+
uses: actions/setup-python@v4
3030
with:
3131
python-version: '3.x'
3232

0 commit comments

Comments
 (0)