File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 steps :
3333 - uses : actions/checkout@v5
3434 - name : Set up Python ${{ matrix.python-version }}
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838
7171 - uses : actions/checkout@v5
7272
7373 - name : Set up Python 3.12
74- uses : actions/setup-python@v5
74+ uses : actions/setup-python@v6
7575 with :
7676 python-version : ' 3.12'
7777
@@ -126,7 +126,7 @@ jobs:
126126 steps :
127127 - uses : actions/checkout@v5
128128 - name : Set up Python
129- uses : actions/setup-python@v5
129+ uses : actions/setup-python@v6
130130 with :
131131 python-version : ${{ env.LATEST_PY_VERSION }}
132132
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v5
1818
1919 - name : Set up Python 3.12
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : 3.12
2323
You can’t perform that action at this time.
0 commit comments