File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 persist-credentials : false
2222
Original file line number Diff line number Diff line change 2323 name : Make sdist
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - name : Setup Conda
2929 uses : mamba-org/setup-micromamba@v2
9292 msvc_arch : ARM64
9393
9494 steps :
95- - uses : actions/checkout@v4
95+ - uses : actions/checkout@v5
9696
9797 - uses : actions/setup-python@v5
9898
Original file line number Diff line number Diff line change 2626 PROJ_DIR : ${{ github.workspace }}/proj_install
2727 PROJ_DATA : ${{ github.workspace }}/proj_install/share/proj
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - uses : actions/setup-python@v5
3131 with :
3232 python-version : ' 3.11'
Original file line number Diff line number Diff line change 2020 linting :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : actions/setup-python@v5
2525 with :
2626 python-version : ' 3.11'
4848 - python-version : ' 3.11'
4949 proj-version : ' 9.4.1'
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v5
5252
5353 - name : Update
5454 run : |
@@ -114,7 +114,7 @@ jobs:
114114 # python-implementation: pypy
115115 # proj-version: '*'
116116 steps :
117- - uses : actions/checkout@v4
117+ - uses : actions/checkout@v5
118118
119119 - name : Setup Conda
120120 uses : mamba-org/setup-micromamba@v2
You can’t perform that action at this time.
0 commit comments