File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 private_key : ${{ secrets.APP_PRIVATE_KEY }}
3030
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333
3434 - name : Set up Rust toolchain
3535 run : rustup toolchain install nightly --no-self-update --profile default
@@ -119,7 +119,7 @@ jobs:
119119 needs : release
120120
121121 steps :
122- - uses : actions/checkout@v4
122+ - uses : actions/checkout@v5
123123
124124 - name : Set up Rust toolchain
125125 run : |
Original file line number Diff line number Diff line change 1414 name : Test Book
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Set up Rust toolchain
2020 run : |
4242 needs : book-test
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646 with :
4747 fetch-depth : 0
4848
8989 pages : write
9090 id-token : write
9191 steps :
92- - uses : actions/checkout@v4
92+ - uses : actions/checkout@v5
9393 with :
9494 fetch-depth : 0
9595
You can’t perform that action at this time.
0 commit comments