File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8080 uses : actions/checkout@v4
8181
8282 - name : Setup Python
83- uses : actions/setup-python@v4
83+ uses : actions/setup-python@v5
8484 with :
8585 python-version : 3.12
8686 cache : ' pip'
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919
2020 - name : Setup Python
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : 3.8
2424 cache : ' pip'
5050 uses : actions/checkout@v4
5151
5252 - name : Setup Python
53- uses : actions/setup-python@v4
53+ uses : actions/setup-python@v5
5454 with :
5555 python-version : 3.8
5656 cache : ' pip'
@@ -108,7 +108,7 @@ jobs:
108108 uses : actions/checkout@v4
109109
110110 - name : Setup Python
111- uses : actions/setup-python@v4
111+ uses : actions/setup-python@v5
112112 with :
113113 python-version : ${{ env.PYTHON_VERSION }}
114114 cache : ' pip'
Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v4
2626
2727 - name : Setup Python
28- uses : actions/setup-python@v4
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : 3.9
3131 cache : ' pip'
Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v4
2626
2727 - name : Setup Python
28- uses : actions/setup-python@v4
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : ${{ env.PYTHON_VERSION }}
3131 cache : ' pip'
Original file line number Diff line number Diff line change 2525 fetch-depth : 0
2626
2727 - name : Setup Python
28- uses : actions/setup-python@v4
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : 3.8
3131 cache : ' pip'
@@ -211,7 +211,7 @@ jobs:
211211 ref : master
212212
213213 - name : Setup Python
214- uses : actions/setup-python@v4
214+ uses : actions/setup-python@v5
215215 with :
216216 python-version : 3.8
217217 cache : ' pip'
Original file line number Diff line number Diff line change 3333 echo $GITHUB_EVENT_NAME
3434
3535 - name : Setup Python
36- uses : actions/setup-python@v4
36+ uses : actions/setup-python@v5
3737 with :
3838 python-version : 3.8
3939 cache : ' pip'
You can’t perform that action at this time.
0 commit comments