File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 with :
4444 fetch-depth : 0
4545
46- - uses : actions/setup-python@v4
46+ - uses : actions/setup-python@v5
4747 name : Install Python
4848 with :
4949 python-version : 3.9
Original file line number Diff line number Diff line change 2929 uses : actions/checkout@v4
3030
3131 - name : Set up Python
32- uses : actions/setup-python@v4
32+ uses : actions/setup-python@v5
3333 if : matrix.language != 'javascript'
3434 with :
3535 python-version : ' 3.x'
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515
1616 - name : Set up Python 3
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : 3.9
2020
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616
1717 - name : Set up Python 3
18- uses : actions/setup-python@v4
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : 3.9
2121
4545 - uses : actions/checkout@v4
4646
4747 - name : Set up Python 3
48- uses : actions/setup-python@v4
48+ uses : actions/setup-python@v5
4949 with :
5050 python-version : 3.9
5151
Original file line number Diff line number Diff line change 9898 fetch-depth : 0
9999
100100 - name : Set up Python ${{ matrix.python-version }}
101- uses : actions/setup-python@v4
101+ uses : actions/setup-python@v5
102102 with :
103103 python-version : ${{ matrix.python-version }}
104104
You can’t perform that action at this time.
0 commit comments