File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 steps :
3030 - uses : actions/checkout@v4
3131 - name : Install Python
32- uses : actions/setup-python@v4
32+ uses : actions/setup-python@v5
3333 with :
3434 python-version : " 3.11"
3535 - name : Install dependencies
6868 steps :
6969 - uses : actions/checkout@v4
7070
71- - uses : actions/setup-python@v4
71+ - uses : actions/setup-python@v5
7272 with :
7373 python-version : ${{ matrix.python-version }}
7474
@@ -126,7 +126,7 @@ jobs:
126126 steps :
127127 - uses : actions/checkout@v4
128128
129- - uses : actions/setup-python@v4
129+ - uses : actions/setup-python@v5
130130 with :
131131 python-version : ${{ matrix.python-version }}
132132
Original file line number Diff line number Diff line change 2727 - name : Checkout
2828 uses : actions/checkout@v4
2929 - name : Setup Python
30- uses : actions/setup-python@v4
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : " 3.10"
3333 - name : Audit licenses
Original file line number Diff line number Diff line change 4747 ref : ${{ steps.target-branch.outputs.value }}
4848 path : docs-target
4949 - name : Setup Python
50- uses : actions/setup-python@v4
50+ uses : actions/setup-python@v5
5151 with :
5252 python-version : " 3.11"
5353
Original file line number Diff line number Diff line change 5858 repo-token : ${{ secrets.GITHUB_TOKEN }}
5959
6060 - name : Setup Python
61- uses : actions/setup-python@v4
61+ uses : actions/setup-python@v5
6262 with :
6363 python-version : ${{ matrix.python-version }}
6464
You can’t perform that action at this time.
0 commit comments