File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 name : Check out source-code repository
1717
1818 - name : Setup Python
19- uses : actions/setup-python@v5.3 .0
19+ uses : actions/setup-python@v5.6 .0
2020 with :
2121 python-version : ${{ matrix.python }}
2222
Original file line number Diff line number Diff line change 4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Set up Python
43- uses : actions/setup-python@v5.3 .0
43+ uses : actions/setup-python@v5.6 .0
4444 with :
4545 python-version : " 3.9"
4646 # PRs to the repository master branch are only ok if coming from any patch or release branch
Original file line number Diff line number Diff line change 1111 name : Check out source-code repository
1212
1313 - name : Setup Python
14- uses : actions/setup-python@v5.3 .0
14+ uses : actions/setup-python@v5.6 .0
1515 with :
1616 python-version : 3.13
1717
Original file line number Diff line number Diff line change 1515 fetch-depth : 2
1616
1717 - name : Set up Python
18- uses : actions/setup-python@v5.3 .0
18+ uses : actions/setup-python@v5.6 .0
1919 with :
2020 python-version : " 3.13"
2121
Original file line number Diff line number Diff line change 1111 name : Check out source-code repository
1212
1313 - name : Setup Python
14- uses : actions/setup-python@v5.3 .0
14+ uses : actions/setup-python@v5.6 .0
1515 with :
1616 python-version : 3.9
1717
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 uses : actions/checkout@v4
128128
129129 - name : Set up Python ${{ matrix.python-version }}
130- uses : actions/setup-python@v5.3 .0
130+ uses : actions/setup-python@v5.6 .0
131131 with :
132132 python-version : ${{ matrix.python-version }}
133133
@@ -194,7 +194,7 @@ jobs:
194194 uses : actions/checkout@v4
195195
196196 - name : Set up Python 3.13
197- uses : actions/setup-python@v5.3 .0
197+ uses : actions/setup-python@v5.6 .0
198198 with :
199199 python-version : " 3.13"
200200
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Setup Python
13- uses : actions/setup-python@v5.3 .0
13+ uses : actions/setup-python@v5.6 .0
1414 with :
1515 python-version : " 3.13"
1616
You can’t perform that action at this time.
0 commit comments