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.2 .0
19+ uses : actions/setup-python@v5.3 .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.2 .0
43+ uses : actions/setup-python@v5.3 .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.2 .0
14+ uses : actions/setup-python@v5.3 .0
1515 with :
1616 python-version : 3.9
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.2 .0
18+ uses : actions/setup-python@v5.3 .0
1919 with :
2020 python-version : " 3.9"
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.2 .0
14+ uses : actions/setup-python@v5.3 .0
1515 with :
1616 python-version : 3.9
1717
Original file line number Diff line number Diff line change 7272 uses : actions/checkout@v4
7373
7474 - name : Set up Python ${{ matrix.python-version }}
75- uses : actions/setup-python@v5.2 .0
75+ uses : actions/setup-python@v5.3 .0
7676 with :
7777 python-version : ${{ matrix.python-version }}
7878
@@ -138,7 +138,7 @@ jobs:
138138 uses : actions/checkout@v4
139139
140140 - name : Set up Python 3.9
141- uses : actions/setup-python@v5.2 .0
141+ uses : actions/setup-python@v5.3 .0
142142 with :
143143 python-version : 3.9
144144
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.2 .0
13+ uses : actions/setup-python@v5.3 .0
1414 with :
1515 python-version : 3.9
1616
You can’t perform that action at this time.
0 commit comments