File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 runs-on : ubuntu-latest
2828 name : ${{ matrix.config[1] }}
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - name : Set up Python
3232 uses : actions/setup-python@v6
3333 with :
3434 python-version : ${{ matrix.config[0] }}
3535 - name : Pip cache
36- uses : actions/cache@v4
36+ uses : actions/cache@v5
3737 with :
3838 path : ~/.cache/pip
3939 key : ${{ runner.os }}-pip-${{ matrix.config[0] }}-${{ hashFiles('setup.*', 'tox.ini') }}
6868 TWINE_USERNAME : ${{ secrets.TWINE_USERNAME }}
6969 TWINE_PASSWORD : ${{ secrets.TWINE_PASSWORD }}
7070 steps :
71- - uses : actions/checkout@v5
71+ - uses : actions/checkout@v6
7272 - name : Set up Python
7373 uses : actions/setup-python@v6
7474 with :
@@ -110,7 +110,7 @@ jobs:
110110 environment :
111111 name : github-release
112112 steps :
113- - uses : actions/checkout@v5
113+ - uses : actions/checkout@v6
114114 - name : Create GitHub release from tag
115115 uses : ncipollo/release-action@v1
116116 with :
You can’t perform that action at this time.
0 commit comments