File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 shell : bash -el {0}
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
2222
2323 - name : Install Python
24- uses : actions/setup-python@v3
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : ' 3.9'
2727
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout source
9- uses : actions/checkout@v3
9+ uses : actions/checkout@v4
1010 - name : Install Python 3.11
11- uses : actions/setup-python@v4
11+ uses : actions/setup-python@v5
1212 with :
1313 python-version : ' 3.11'
1414 - name : Install Flake8 5.0.4 linter
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 # fetch all commits and tags so versioneer works
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change @@ -66,18 +66,18 @@ jobs:
6666 if : (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'remote-data')) || (github.event_name == 'push')
6767
6868 steps :
69- - uses : actions/checkout@v3
69+ - uses : actions/checkout@v4
7070 if : github.event_name == 'pull_request_target'
7171 # pull_request_target runs in the context of the target branch (pvlib/main),
7272 # but what we need is the hypothetical merge commit from the PR:
7373 with :
7474 ref : " refs/pull/${{ github.event.number }}/merge"
7575
76- - uses : actions/checkout@v2
76+ - uses : actions/checkout@v4
7777 if : github.event_name == 'push'
7878
7979 - name : Set up conda environment
80- uses : conda-incubator/setup-miniconda@v2
80+ uses : conda-incubator/setup-miniconda@v3
8181 with :
8282 activate-environment : test_env
8383 environment-file : ${{ env.REQUIREMENTS }}
Original file line number Diff line number Diff line change 3131 steps :
3232 # We check out only a limited depth and then pull tags to save time
3333 - name : Checkout source
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3535 with :
3636 fetch-depth : 100
3737
6060
6161 - name : Install bare Python ${{ matrix.python-version }}${{ matrix.suffix }}
6262 if : matrix.environment-type == 'bare'
63- uses : actions/setup-python@v4
63+ uses : actions/setup-python@v5
6464 with :
6565 python-version : ${{ matrix.python-version }}
6666
You can’t perform that action at this time.
0 commit comments