File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Checkout repository
1717 uses : actions/checkout@v5
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.13"
2222 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 lfs : true
2020 fetch-depth : 0
2121 - name : Set up Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.13"
2525 - name : Set up cached packages
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 - uses : actions/checkout@v5
110110
111111 - name : Set up Python
112- uses : actions/setup-python@v5
112+ uses : actions/setup-python@v6
113113 with :
114114 python-version : " 3.13"
115115
@@ -157,7 +157,7 @@ jobs:
157157 - uses : actions/checkout@v5
158158
159159 - name : Set up Python
160- uses : actions/setup-python@v5
160+ uses : actions/setup-python@v6
161161 with :
162162 python-version : " 3.13"
163163
Original file line number Diff line number Diff line change 2323 - name : Checkout repository
2424 uses : actions/checkout@v5
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install dependencies
Original file line number Diff line number Diff line change 2222 lfs : true
2323 fetch-depth : 0
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.13"
2828 - name : Set up cached packages
You canβt perform that action at this time.
0 commit comments