File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v2
2121 - name : Set up Python 3.8
22- uses : actions/setup-python@v1
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : 3.8
2525 - uses : actions/cache@v4
4040 steps :
4141 - uses : actions/checkout@v2
4242 - name : Set up Python 3.8
43- uses : actions/setup-python@v1
43+ uses : actions/setup-python@v5
4444 with :
4545 python-version : 3.8
4646 - uses : actions/cache@v4
6262 steps :
6363 - uses : actions/checkout@v2
6464 - name : Set up Python 3.8
65- uses : actions/setup-python@v1
65+ uses : actions/setup-python@v5
6666 with :
6767 python-version : 3.8
6868 - uses : actions/cache@v4
8484 steps :
8585 - uses : actions/checkout@v2
8686 - name : Set up Python 3.8
87- uses : actions/setup-python@v1
87+ uses : actions/setup-python@v5
8888 with :
8989 python-version : 3.8
9090 - uses : actions/cache@v4
@@ -106,7 +106,7 @@ jobs:
106106 steps :
107107 - uses : actions/checkout@v2
108108 - name : Set up Python 3.8
109- uses : actions/setup-python@v1
109+ uses : actions/setup-python@v5
110110 with :
111111 python-version : 3.8
112112 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v2
1919 - name : Set up Python 3.8
20- uses : actions/setup-python@v1
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : 3.8
2323 - uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments