File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 5000
1818 fetch-tags : false
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - name : Set up ruby
2323 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : github.repository == 'quarkusio/quarkusio.github.io'
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 ref : main
1515
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 repository : quarkusio/quarkus
1919 path : .quarkus-main-repository
Original file line number Diff line number Diff line change 1717 if : github.repository == 'quarkusio/quarkusio.github.io'
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 ref : main
2323
You can’t perform that action at this time.
0 commit comments