File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v5
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.x"
3030 - name : Install pypa/build
Original file line number Diff line number Diff line change 6565 - uses : actions/checkout@v5
6666
6767 - name : Set up Python ${{ matrix.python-version }}
68- uses : actions/setup-python@v5
68+ uses : actions/setup-python@v6
6969 with :
7070 python-version : ${{ matrix.python-version }}
7171 cache : ' pip'
@@ -105,7 +105,7 @@ jobs:
105105 sudo apt-get install -y gettext
106106
107107 - name : Set up newest stable Python version
108- uses : actions/setup-python@v5
108+ uses : actions/setup-python@v6
109109 with :
110110 python-version : 3.13
111111 cache : ' pip'
You can’t perform that action at this time.
0 commit comments