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 3535 - uses : actions/checkout@v5
3636 with :
3737 submodules : recursive
38- - uses : actions/setup-python@v5
38+ - uses : actions/setup-python@v6
3939 with :
4040 python-version : " 3.12"
4141 - run : python -m pip install -U pip
7171 - os : " ubuntu-24.04-arm"
7272 python-version : " 3.8"
7373 steps :
74- - uses : actions/setup-python@v5
74+ - uses : actions/setup-python@v6
7575 with :
7676 python-version : ${{ matrix.python-version }}
7777 - uses : actions/download-artifact@v5
@@ -116,7 +116,7 @@ jobs:
116116 id-token : write
117117 steps :
118118 - uses : actions/checkout@v5
119- - uses : actions/setup-python@v5
119+ - uses : actions/setup-python@v6
120120 with :
121121 python-version : " 3.12"
122122 - uses : actions/download-artifact@v5
Original file line number Diff line number Diff line change 9696 id-token : write
9797 steps :
9898 - uses : actions/checkout@v5
99- - uses : actions/setup-python@v5
99+ - uses : actions/setup-python@v6
100100 with :
101101 python-version : " 3.12"
102102 - uses : actions/download-artifact@v5
You can’t perform that action at this time.
0 commit comments