File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
key : ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
46
46
restore-keys : ${{ runner.os }}-pip-
47
47
- id : os-name
48
- uses : ASzc/change-string-case-action@v5
48
+ uses : ASzc/change-string-case-action@v6
49
49
with :
50
50
string : ${{ runner.os }}
51
51
- run : python -m pip install --user --upgrade pip wheel
@@ -148,7 +148,7 @@ jobs:
148
148
with :
149
149
python-version : ' 3.9'
150
150
- id : os-name
151
- uses : ASzc/change-string-case-action@v5
151
+ uses : ASzc/change-string-case-action@v6
152
152
with :
153
153
string : ${{ runner.os }}
154
154
- name : set pip cache dir
@@ -186,7 +186,7 @@ jobs:
186
186
needs : ["build"]
187
187
runs-on : ubuntu-20.04
188
188
steps :
189
- - uses : actions/checkout@v1
189
+ - uses : actions/checkout@v4
190
190
- uses : actions/download-artifact@v4
191
191
- name : upload binaries
192
192
env :
You can’t perform that action at this time.
0 commit comments