File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - " 3.2"
2424 - " 3.3"
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 5
2929 - name : " Set up Ruby ${{ matrix.ruby_version }}"
4444 ruby_version :
4545 - 2.7
4646 steps :
47- - uses : actions/checkout@v5
47+ - uses : actions/checkout@v6
4848 with :
4949 fetch-depth : 5
5050 - name : " Set up Ruby ${{ matrix.ruby_version }}"
Original file line number Diff line number Diff line change 1717 env :
1818 BUNDLE_PATH : " vendor/bundle"
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - uses : ruby/setup-ruby@v1
2222 with :
2323 ruby-version : ${{ env.RUBY_VERSION }}
Original file line number Diff line number Diff line change 1919 - 2.7
2020 steps :
2121 - name : Checkout Repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 - name : " Set up Ruby ${{ matrix.ruby_version }}"
2424 uses : ruby/setup-ruby@v1
2525 with :
You can’t perform that action at this time.
0 commit comments