Skip to content

Commit

Permalink
Update versions of outdated GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Oct 19, 2022
1 parent f07a248 commit 70a26ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,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 @@ -124,13 +124,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 70a26ee

Please sign in to comment.