File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v4
2424
2525 - name : Setup Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020
2121 - name : Setup Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - uses : actions/setup-python@v5
12+ - uses : actions/setup-python@v6
1313 with : { python-version: '3.12' }
1414 - run : python -m pip install -U pip
1515 - run : pip install poetry
Original file line number Diff line number Diff line change 4242 echo "Publicando TAG=$TAG"
4343
4444 - name : Setup Python
45- uses : actions/setup-python@v5
45+ uses : actions/setup-python@v6
4646 with :
4747 python-version : ' 3.12'
4848
Original file line number Diff line number Diff line change 4242 echo "tag=$TAG" >> "$GITHUB_OUTPUT"
4343
4444 - name : Setup Python
45- uses : actions/setup-python@v5
45+ uses : actions/setup-python@v6
4646 with :
4747 python-version : ' 3.12'
4848
You can’t perform that action at this time.
0 commit comments