File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 token : ${{ secrets.WORKFLOWS_CREATE_RELEASE_TOKEN }}
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ' 3.x'
3333 cache : ' pip'
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v5
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.x'
2222 - uses : browniebroke/pre-commit-autoupdate-action@main
Original file line number Diff line number Diff line change 4040 uses : actions/checkout@v5
4141
4242 - name : Set up Python
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ' 3.x'
4646 cache : ' pip'
8989 run : sudo apt install libpq-dev
9090
9191 - name : Set up Python ${{ matrix.python-version }}
92- uses : actions/setup-python@v5
92+ uses : actions/setup-python@v6
9393 with :
9494 python-version : ${{ matrix.python-version }}
9595 cache : ' pip'
You can’t perform that action at this time.
0 commit comments