File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 timeout-minutes : 60
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - name : Set up jdk
3333 uses : actions/setup-java@v4
3434 with :
Original file line number Diff line number Diff line change 2828 timeout-minutes : 60
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 - name : install linelint
3333 run : cargo install linelint-cli
3434 - name : Run linelint check
Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - name : Set up jdk
3737 uses : actions/setup-java@v4
3838 with :
Original file line number Diff line number Diff line change 3131 timeout-minutes : 60
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 - name : Set up jdk
3636 uses : actions/setup-java@v4
3737 with :
Original file line number Diff line number Diff line change 2828 timeout-minutes : 60
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 # To run the typo check locally, you can follow these steps:
3333 # 1. Install typos locally using cargo:
3434 # cargo install typos-cli
You can’t perform that action at this time.
0 commit comments