File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 name : Build the gem
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : Install Ruby
2020 uses : ruby/setup-ruby@v1
2121 with :
Original file line number Diff line number Diff line change 2525 runs-on : ${{ matrix.cfg.os }}
2626 steps :
2727 - name : Checkout current PR
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 - name : Install ruby version ${{ matrix.cfg.ruby }}
3131 uses : ruby/setup-ruby@v1
5454 runs-on : ${{ matrix.cfg.os }}
5555 steps :
5656 - name : Checkout current PR
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858
5959 - name : Install ruby version ${{ matrix.cfg.ruby }}
6060 uses : ruby/setup-ruby@v1
@@ -113,7 +113,7 @@ jobs:
113113 steps :
114114 # needs fetch-depth because the packaging dem reads old git tags
115115 - name : Checkout current PR
116- uses : actions/checkout@v5
116+ uses : actions/checkout@v6
117117 with :
118118 fetch-depth : 0
119119 - name : Install Ruby version 3.3
You can’t perform that action at this time.
0 commit comments