File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 environment : Release
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 -
uses :
cucumber/[email protected] 2323 with :
2424 rubygems_api_key : ${{ secrets.RUBYGEMS_API_KEY }}
3131 permissions :
3232 contents : write
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 -
uses :
cucumber/[email protected] 3636 with :
3737 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4040 env :
4141 BUNDLE_GEMFILE : gemfiles/${{ matrix.gemfile }}.gemfile
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444 - uses : ruby/setup-ruby@v1
4545 with :
4646 ruby-version : ${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments