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 1414 runs-on : ubuntu-latest
1515 timeout-minutes : 15
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
1919 - uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
2020 with :
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Base Setup
3030 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
1818
19- - uses : actions/create-github-app-token@v1
19+ - uses : actions/create-github-app-token@v2
2020 id : app-token
2121 with :
2222 app-id : ${{ vars.APP_ID }}
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2323
24- - uses : actions/create-github-app-token@v1
24+ - uses : actions/create-github-app-token@v2
2525 id : app-token
2626 with :
2727 app-id : ${{ vars.APP_ID }}
Original file line number Diff line number Diff line change 2727 python-version : " 3.11"
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 - name : Base Setup
3232 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
3333 - name : Run test
3737 name : Test Lint
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
4242 - name : Run Linters
4343 run : |
4949 runs-on : ubuntu-latest
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 - name : Base Setup
5454 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
5555 - name : Install Dependencies
6464 check_links :
6565 runs-on : ubuntu-latest
6666 steps :
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v5
6868 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
6969 - uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
7070
You can’t perform that action at this time.
0 commit comments