File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 name : Run msync --noop against all modules
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Setup ruby
2020 uses : ruby/setup-ruby@v1
2121 with :
2727 runs-on : ubuntu-latest
2828 name : Run metadata_json_deps on all modules
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - name : Setup ruby
3232 uses : ruby/setup-ruby@v1
3333 with :
4040 runs-on : ubuntu-latest
4141 name : Prints a list of all modules with outdated modulesync_config version
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444 - name : Setup ruby
4545 uses : ruby/setup-ruby@v1
4646 with :
Original file line number Diff line number Diff line change 3232 #
3333 # the "ref: github.ref" is required for the tag to be properly checked out, as a workaround
3434 # for https://github.com/actions/checkout/issues/1638
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636 with :
3737 fetch-depth : 0
3838 fetch-tags : true
You can’t perform that action at this time.
0 commit comments