Skip to content

Commit

Permalink
Update actions/setup-python action to v3 (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 2, 2022
1 parent 45eaa4d commit 887f67b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_check_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install system dependencies
run: sudo apt update; sudo apt install libopenmpi-dev
- name: Set up Python environment
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.7
- name: Cache python environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_publish_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install blc system dependencies
run: sudo apt-get update; sudo apt-get install libopenmpi-dev
- name: Set up Python environment
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.7
- name: Cache python environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install system dependencies
run: sudo apt update; sudo apt install libopenmpi-dev
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Cache python environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install system dependencies
run: brew install openmpi
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Cache python environment
Expand Down

0 comments on commit 887f67b

Please sign in to comment.