Skip to content

Commit

Permalink
Update versions of outdated GHA (#3640)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 23, 2022
2 parents d805c53 + 70a26ee commit 8f2cf58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -131,9 +131,9 @@ jobs:
runs-on: ${{ matrix.platform }}
timeout-minutes: 75
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Cygwin with Python
uses: cygwin/cygwin-install-action@v1
uses: cygwin/cygwin-install-action@v2
with:
platform: x86_64
packages: >-
Expand Down Expand Up @@ -187,13 +187,13 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 75
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install OS-level dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential gfortran libopenblas-dev
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
# Use a release that is not very new but still have a long life:
python-version: "3.8"
Expand Down

0 comments on commit 8f2cf58

Please sign in to comment.