File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
1111 uses : actions/setup-python@v5
1212 with :
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,14 +66,14 @@ 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
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
You can’t perform that action at this time.
0 commit comments