Skip to content

Commit

Permalink
CI: bump actions versions (#3610)
Browse files Browse the repository at this point in the history
* follow NumPy in bumping to latest GitHub
`actions` versions
  • Loading branch information
tylerjereddy authored Apr 7, 2022
1 parent 3d8c75c commit c5bfde4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-ci-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: setup_os
uses: ./.github/actions/setup-os
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: setup_os
uses: ./.github/actions/setup-os
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: setup_os
uses: ./.github/actions/setup-os
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
MPLBACKEND: agg

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: setup_os
uses: ./.github/actions/setup-os
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
MPLBACKEND: agg

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: setup_miniconda
uses: conda-incubator/setup-miniconda@v2
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: setup_miniconda
uses: conda-incubator/setup-miniconda@v2
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: setup_miniconda
uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit c5bfde4

Please sign in to comment.