File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727 runs-on : ${{ matrix.os }}
2828 name : " ${{ matrix.os }} Python: ${{ matrix.python-version }}"
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 with :
3232 fetch-depth : 0
3333 - name : Set up Python ${{ matrix.python-version }}
34- uses : actions/setup-python@v4
34+ uses : actions/setup-python@v5
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737 - name : Install dependencies
5353 linting :
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@v3
57- - uses : actions/setup-python@v4
56+ - uses : actions/checkout@v4
57+ - uses : actions/setup-python@v5
5858 with :
5959 python-version : " 3.10"
6060 - name : Install dependencies
6666 name : Build & verify package
6767 runs-on : " ubuntu-latest"
6868 steps :
69- - uses : actions/checkout@v3
70- - uses : actions/setup-python@v4
69+ - uses : actions/checkout@v4
70+ - uses : actions/setup-python@v5
7171 with :
7272 python-version : " 3.9"
7373 - name : Install build, check-wheel-content, and twine
You can’t perform that action at this time.
0 commit comments