File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - { ruby: 'head', allowed-failure: true }
2020 name : Test Ruby ${{ matrix.entry.ruby }}
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 - uses : ruby/setup-ruby@v1
2424 with :
2525 ruby-version : ${{ matrix.entry.ruby }}
3333 contents : read
3434 name : RuboCop
3535 steps :
36- - uses : actions/checkout@v6
36+ - uses : actions/checkout@v7
3737 - uses : ruby/setup-ruby@v1
3838 with :
3939 ruby-version : 4.0 # Specify the latest supported Ruby version.
4646 contents : read
4747 name : YARD Documentation
4848 steps :
49- - uses : actions/checkout@v6
49+ - uses : actions/checkout@v7
5050 - uses : ruby/setup-ruby@v1
5151 with :
5252 ruby-version : 4.0 # Specify the latest supported Ruby version.
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 continue-on-error : true
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222 - uses : ruby/setup-ruby@v1
2323 with :
2424 ruby-version : ' 4.0' # Specify the latest supported Ruby version.
Original file line number Diff line number Diff line change 1616 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
1717 contents : write # IMPORTANT: this permission is required for `rake release` to push the release tag
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020 - name : Set up Ruby
2121 uses : ruby/setup-ruby@v1
2222 with :
3434 contents : write
3535
3636 steps :
37- - uses : actions/checkout@v6
37+ - uses : actions/checkout@v7
3838 with :
3939 fetch-depth : 0 # Fetch all history for all branches and tags
4040
You can’t perform that action at this time.
0 commit comments