File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3838 - name : " Checkout Repository"
3939 uses : actions/checkout@v5
4040 - name : " Setup Python"
41- uses : actions/setup-python@v5
41+ uses : actions/setup-python@v6
4242 with :
4343 python-version : " 3.13"
4444 cache : " pip"
Original file line number Diff line number Diff line change 1515 id : checkout
1616 uses : actions/checkout@v5
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 id : setup-python
2020 with :
2121 python-version : " 3.13"
Original file line number Diff line number Diff line change 1919 with :
2020 fetch-tags : true
2121 - name : " Install Python"
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.13"
2525 cache : " pip"
Original file line number Diff line number Diff line change 2424 with :
2525 fetch-tags : true
2626 - name : " Install Python"
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.13"
3030 cache : " pip"
Original file line number Diff line number Diff line change 3434 - name : " Checkout Repository"
3535 uses : actions/checkout@v5
3636 - name : " Setup Python"
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838 with :
3939 python-version : " 3.13"
4040 cache : " pip"
5454 - name : " Checkout Repository"
5555 uses : actions/checkout@v5
5656 - name : " Setup Python"
57- uses : actions/setup-python@v5
57+ uses : actions/setup-python@v6
5858 with :
5959 python-version : " 3.13"
6060 cache : " pip"
7272 - name : " Checkout Repository"
7373 uses : actions/checkout@v5
7474 - name : " Setup Python"
75- uses : actions/setup-python@v5
75+ uses : actions/setup-python@v6
7676 with :
7777 python-version : " 3.13"
7878 cache : " pip"
9696 - name : " Checkout Repository"
9797 uses : actions/checkout@v5
9898 - name : " Setup Python"
99- uses : actions/setup-python@v5
99+ uses : actions/setup-python@v6
100100 with :
101101 python-version : " 3.13"
102102 cache : " pip"
@@ -133,7 +133,7 @@ jobs:
133133 - name : " Checkout Repository"
134134 uses : actions/checkout@v5
135135 - name : " Setup Python"
136- uses : actions/setup-python@v5
136+ uses : actions/setup-python@v6
137137 with :
138138 python-version : ${{ matrix.python-version }}
139139 cache : " pip"
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 git checkout $VERSION_BRANCH
124124 - name : " Setup Python"
125125 id : python-setup
126- uses : actions/setup-python@v5
126+ uses : actions/setup-python@v6
127127 with :
128128 python-version : " 3.13"
129129 cache : " pip"
You can’t perform that action at this time.
0 commit comments