File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 # Checkout the repository
2323 - name : Checkout code
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525
2626 - name : Setup Pages
2727 uses : actions/configure-pages@v5
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@v4
25+ - uses : actions/checkout@v5
2626 - uses : actions/setup-python@v5
2727 with :
2828 python-version : ${{ matrix.python-version }}
4040 os : [ubuntu-latest]
4141 runs-on : ${{ matrix.os }}
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - uses : actions/setup-python@v5
4545 with :
4646 python-version : ${{ matrix.python-version }}
6565 # os: [macos-latest]
6666 # runs-on: ${{ matrix.os }}
6767 # steps:
68- # - uses: actions/checkout@v4
68+ # - uses: actions/checkout@v5
6969 # - uses: actions/setup-python@v5
7070 # with:
7171 # python-version: ${{ matrix.python-version }}
8383 # os: [windows-latest]
8484 # runs-on: ${{ matrix.os }}
8585 # steps:
86- # - uses: actions/checkout@v4
86+ # - uses: actions/checkout@v5
8787 # - uses: actions/setup-python@v5
8888 # with:
8989 # python-version: ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1616 permissions :
1717 contents : write
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 # by default, it uses a depth of 1
2222 # this fetches all history so that we can read each commit
3232 needs : release
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - name : Set up Python
3737 uses : actions/setup-python@v5
3838 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@v4
12+ - uses : actions/checkout@v5
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