@@ -31,14 +31,14 @@ jobs:
3131 python-version : " 3.13"
3232
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v6
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@v5
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 cache : " pip"
4040 - name : Persistent .pipx_tests/package_cache
41- uses : actions/cache@v4
41+ uses : actions/cache@v5
4242 with :
4343 path : ${{ github.workspace }}/.pipx_tests/package_cache/${{ matrix.python-version }}
4444 key : pipx-tests-package-cache-${{ runner.os }}-${{ matrix.python-version }}
5050 name : Build man page
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v6
5454 - name : Set up Python ${{ env.default-python }}
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : ${{ env.default-python }}
5858 cache : " pip"
6868 runs-on : ubuntu-latest
6969 steps :
7070 - name : Checkout ${{ github.ref }}
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v6
7272 - name : Set up Python ${{ env.minimum-supported-python }}
73- uses : actions/setup-python@v5
73+ uses : actions/setup-python@v6
7474 with :
7575 python-version : ${{ env.minimum-supported-python }}
7676 cache : " pip"
8080 run : nox --error-on-missing-interpreters --non-interactive --session zipapp
8181 - name : Test zipapp by installing black
8282 run : python ./pipx.pyz install black
83- - uses : actions/upload-artifact@v4
83+ - uses : actions/upload-artifact@v6
8484 with :
8585 name : pipx.pyz
8686 path : pipx.pyz
0 commit comments