File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
- name : Set up Python ${{ matrix.python-version }}
28
- uses : actions/setup-python@v4
28
+ uses : actions/setup-python@v5
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
- name : Install dependencies
58
58
sudo apt-get update
59
59
sudo apt-get install binutils libproj-dev gdal-bin
60
60
- name : Set up Python ${{ matrix.python-version }}
61
- uses : actions/setup-python@v4
61
+ uses : actions/setup-python@v5
62
62
with :
63
63
python-version : ${{ matrix.python-version }}
64
64
- name : Install dependencies
84
84
sudo apt-get update
85
85
sudo apt-get install binutils libproj-dev gdal-bin
86
86
- name : Set up Python ${{ matrix.python-version }}
87
- uses : actions/setup-python@v4
87
+ uses : actions/setup-python@v5
88
88
with :
89
89
python-version : ${{ matrix.python-version }}
90
90
- name : Install dependencies
@@ -113,7 +113,7 @@ jobs:
113
113
sudo apt-get update
114
114
sudo apt-get install binutils libproj-dev gdal-bin
115
115
- name : Set up Python ${{ matrix.python-version }}
116
- uses : actions/setup-python@v4
116
+ uses : actions/setup-python@v5
117
117
with :
118
118
python-version : ${{ matrix.python-version }}
119
119
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments