File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 PACT_BROKER_PASSWORD : ${{ secrets.PACT_BROKER_PASSWORD }}
2323 steps :
2424 - name : setup python environment
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.11"
2828 - name : install uv
Original file line number Diff line number Diff line change @@ -861,7 +861,7 @@ jobs:
861861 with :
862862 driver : docker-container
863863 - name : setup python environment
864- uses : actions/setup-python@v5
864+ uses : actions/setup-python@v6
865865 with :
866866 python-version : ${{ matrix.python }}
867867 - name : install uv
Original file line number Diff line number Diff line change 3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : setup python environment
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : " 3.11"
4141 - name : install uv
6565 runs-on : ubuntu-latest
6666 steps :
6767 - name : setup python environment
68- uses : actions/setup-python@v5
68+ uses : actions/setup-python@v6
6969 with :
7070 python-version : " 3.11"
7171 - name : checkout
9393 runs-on : ubuntu-latest
9494 steps :
9595 - name : setup python environment
96- uses : actions/setup-python@v5
96+ uses : actions/setup-python@v6
9797 with :
9898 python-version : " 3.11"
9999 - name : checkout
You can’t perform that action at this time.
0 commit comments