File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : " 3.8"
2424 cache : " pip"
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - uses : actions/setup-python@v4
16+ - uses : actions/setup-python@v5
1717 with :
1818 python-version : 3.8
1919 - name : Install Dependencies and library
4646 steps :
4747 - uses : actions/checkout@v4
4848 - name : Set up Python
49- uses : actions/setup-python@v4
49+ uses : actions/setup-python@v5
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252 - uses : actions/cache@v3
7676 steps :
7777 - uses : actions/checkout@v4
7878
79- - uses : actions/setup-python@v4
79+ - uses : actions/setup-python@v5
8080 with :
8181 python-version : ' 3.8'
8282
You can’t perform that action at this time.
0 commit comments