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 1111 permissions :
1212 contents : read
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Configure broken links checker
1616 run : |
1717 mkdir -p ./target
Original file line number Diff line number Diff line change 3333 DEFAULT_OS : ubuntu-latest
3434
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 with :
3838 fetch-depth : 0
3939
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626
2727 - uses : actions/setup-java@v5
2828 with :
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 - name : Setup Pages
2424 uses : actions/configure-pages@v5
2525 - name : Build with Jekyll
Original file line number Diff line number Diff line change 2727 contents : write # Required for creating GitHub release
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Fail if not running on main branch
3333 if : ${{ github.ref != 'refs/heads/main' }}
You can’t perform that action at this time.
0 commit comments