File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v5
1010
1111 - name : Setup Python
12- uses : actions/setup-python@v5
12+ uses : actions/setup-python@v6
1313 with :
1414 python-version : 3.8
1515
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v5
1616 - name : Set up Python 3.9
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : 3.9
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v5
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 token : ${{ secrets.PAT }}
1515
1616 - name : Setup Python 🐍
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.13"
2020
Original file line number Diff line number Diff line change 1414 persist-credentials : false
1515
1616 - name : Setup Python 🐍
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.13"
2020
You can’t perform that action at this time.
0 commit comments