File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 os : [ubuntu-latest]
2323 runs-on : ${{ matrix.os }}
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - uses : actions/setup-python@v4
2727 with :
2828 python-version : ${{ matrix.python-version }}
4040 os : [ubuntu-latest]
4141 runs-on : ${{ matrix.os }}
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 - uses : actions/setup-python@v4
4545 with :
4646 python-version : ${{ matrix.python-version }}
6262 os : [macos-latest]
6363 runs-on : ${{ matrix.os }}
6464 steps :
65- - uses : actions/checkout@v3
65+ - uses : actions/checkout@v4
6666 - uses : actions/setup-python@v4
6767 with :
6868 python-version : ${{ matrix.python-version }}
8080 os : [windows-latest]
8181 runs-on : ${{ matrix.os }}
8282 steps :
83- - uses : actions/checkout@v3
83+ - uses : actions/checkout@v4
8484 - uses : actions/setup-python@v4
8585 with :
8686 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1818 permissions :
1919 contents : write
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 with :
2323 # by default, it uses a depth of 1
2424 # this fetches all history so that we can read each commit
3434 needs : release
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v3
37+ - uses : actions/checkout@v4
3838 - name : Set up Python
3939 uses : actions/setup-python@v4
4040 with :
Original file line number Diff line number Diff line change 99 if : ${{ !contains (github.repository, '/python-project-template') }}
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 with :
1414 # by default, it uses a depth of 1
1515 # this fetches all history so that we can read each commit
You can’t perform that action at this time.
0 commit comments