diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-11-23 14:10:50 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-11-23 14:10:50 +0000 |
| commit | 8f2cf582a0cdc3ee2ec9af45d2260714b5026823 (patch) | |
| tree | f09573e60c4614311ff75b37593297075ce8a394 | |
| parent | d805c5393e907fd9c72e9b94fd46910d2b13f582 (diff) | |
| parent | 70a26ee3302fe7a1bcf8643961931ac94c9901cc (diff) | |
| download | python-setuptools-git-8f2cf582a0cdc3ee2ec9af45d2260714b5026823.tar.gz | |
Update versions of outdated GHA (#3640)
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a877b765..7413fa7d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: >- @@ -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" |
