File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v4
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@v7
2424 with :
2525 python-version : ' 3.10'
2626
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v4
2121
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v7
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 cache : ' pip'
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v7
2020 with :
2121 python-version : " 3.12"
2222
6464 - uses : actions/checkout@v4
6565
6666 - name : Set up Python ${{ matrix.python-version }}
67- uses : actions/setup-python@v5
67+ uses : actions/setup-python@v7
6868 with :
6969 python-version : ${{ matrix.python-version }}
7070
You can’t perform that action at this time.
0 commit comments