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 @@ -31,10 +31,10 @@ jobs:
3131 TOXENV : twinecheck
3232
3333 steps :
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v4
3535
3636 - name : Set up Python ${{ matrix.python-version }}
37- uses : actions/setup-python@v2
37+ uses : actions/setup-python@v4
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040
Original file line number Diff line number Diff line change 77 if : startsWith(github.event.ref, 'refs/tags/')
88
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111
1212 - name : Set up Python 3.10
1313 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 2525 TOXENV : pypy3
2626
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929
3030 - name : Install system libraries
3131 if : contains(matrix.python-version, 'pypy3.9')
You can’t perform that action at this time.
0 commit comments