File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v5
1818
1919 - name : Set up Python 3.11
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 id : setup-python
2222 with :
2323 python-version : 3.11
6161 uses : actions/checkout@v5
6262
6363 - name : Set up Python ${{ matrix.python-version }}
64- uses : actions/setup-python@v5
64+ uses : actions/setup-python@v6
6565 id : setup-python
6666 with :
6767 python-version : ${{ matrix.python-version }}
@@ -104,7 +104,7 @@ jobs:
104104 uses : actions/checkout@v5
105105
106106 - name : Set up Python ${{ matrix.python-version }}
107- uses : actions/setup-python@v5
107+ uses : actions/setup-python@v6
108108 id : setup-python
109109 with :
110110 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v5
1616
1717 - name : Set up Python 3.11
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : 3.11
2121
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v5
1818
1919 - name : Set up Python 3.11
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 id : setup-python
2222 with :
2323 python-version : 3.11
You can’t perform that action at this time.
0 commit comments