File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed
Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 6464 username : " ${{ steps.team_details.outputs.github-username }}"
6565
6666 - name : Set up Python
67- uses : actions/setup-python@v5
67+ uses : actions/setup-python@v6
6868 with :
6969 python-version : ' 3.13'
7070
Original file line number Diff line number Diff line change 2727 ref : ${{ inputs.head_sha }}
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ' 3.13'
3333
Original file line number Diff line number Diff line change 1818 ref : ${{ inputs.head_sha }}
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.13'
2424
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117
118118 - name : " Set up Python"
119119 id : setup_python
120- uses : actions/setup-python@v5
120+ uses : actions/setup-python@v6
121121 with :
122122 python-version : ' 3.13'
123123 cache : ' poetry'
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 core.setOutput("ubuntu-tags", ubuntuTags);
134134
135135 - name : Set up Python
136- uses : actions/setup-python@v5
136+ uses : actions/setup-python@v6
137137 with :
138138 python-version : ' 3.13'
139139
Original file line number Diff line number Diff line change 9797
9898 - name : " Set up Python"
9999 id : setup_python
100- uses : actions/setup-python@v5
100+ uses : actions/setup-python@v6
101101 with :
102102 python-version : ' 3.13'
103103 cache : ' poetry'
Original file line number Diff line number Diff line change 1818 ref : ${{ inputs.head_sha }}
1919
2020 - name : Set up Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.13'
2424
Original file line number Diff line number Diff line change 5252
5353 - name : " Set up Python"
5454 id : setup_python
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : ' 3.13'
5858 cache : ' poetry'
Original file line number Diff line number Diff line change 4040
4141 - name : " Set up Python"
4242 id : setup_python
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ' 3.13'
4646 cache : ' poetry'
@@ -103,7 +103,7 @@ jobs:
103103
104104 - name : " Set up Python"
105105 id : setup_python
106- uses : actions/setup-python@v5
106+ uses : actions/setup-python@v6
107107 with :
108108 python-version : ' 3.13'
109109 cache : ' poetry'
Original file line number Diff line number Diff line change 5757
5858 - name : " Set up Python ${{ matrix.python-version }}"
5959 id : setup_python
60- uses : actions/setup-python@v5
60+ uses : actions/setup-python@v6
6161 with :
6262 python-version : ' ${{ matrix.python-version }}'
6363 cache : ' poetry'
@@ -118,7 +118,7 @@ jobs:
118118
119119 - name : " Set up Python ${{ matrix.python-version }}"
120120 id : setup_python
121- uses : actions/setup-python@v5
121+ uses : actions/setup-python@v6
122122 with :
123123 python-version : ' ${{ matrix.python-version }}'
124124 cache : ' poetry'
@@ -186,7 +186,7 @@ jobs:
186186
187187 - name : " Set up Python ${{ matrix.python-version }}"
188188 id : setup_python
189- uses : actions/setup-python@v5
189+ uses : actions/setup-python@v6
190190 with :
191191 python-version : ' ${{ matrix.python-version }}'
192192 cache : ' poetry'
You can’t perform that action at this time.
0 commit comments