Skip to content

Commit

Permalink
Merge pull request #2 from open-mpi/pr/update-github-actions
Browse files Browse the repository at this point in the history
action.yaml: update to newer Github actions versions
  • Loading branch information
jsquyres authored Jun 12, 2023
2 parents 1ab494e + e06e8eb commit 757cce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ runs:
using: "composite"
steps:
- name: Check out the code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Get all branches and history
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'

Expand Down

0 comments on commit 757cce9

Please sign in to comment.