File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - { full: 7.1.2-22, major-minor: '7.1' }
2121 name : Lint (Ruby ${{ matrix.ruby-version }}, ImageMagick ${{ matrix.imagemagick-version.major-minor }})
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424 with :
2525 ref : ${{ github.event.pull_request.head.sha }}
2626 - name : Cache ImageMagick
5454 - { full: 7.1.2-22, major-minor: '7.1' }
5555 name : Check RBS (Ruby ${{ matrix.ruby-version }}, ImageMagick ${{ matrix.imagemagick-version.major-minor }})
5656 steps :
57- - uses : actions/checkout@v6
57+ - uses : actions/checkout@v7
5858 with :
5959 ref : ${{ github.event.pull_request.head.sha }}
6060 - name : Cache ImageMagick
9090 - { full: 7.1.2-22, major-minor: '7.1' }
9191 name : Ruby ${{ matrix.ruby-version }}
9292 steps :
93- - uses : actions/checkout@v6
93+ - uses : actions/checkout@v7
9494 - name : Cache ImageMagick
9595 uses : actions/cache@v5
9696 with :
@@ -118,7 +118,7 @@ jobs:
118118 ruby-version : ['9.4.7.0']
119119 name : JRuby ${{ matrix.ruby-version }}
120120 steps :
121- - uses : actions/checkout@v6
121+ - uses : actions/checkout@v7
122122 - name : Set up Ruby
123123 uses : ruby/setup-ruby@v1
124124 with :
Original file line number Diff line number Diff line change 1313 matrix :
1414 ruby : [ 'ruby', 'jruby' ]
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 - uses : ruby/setup-ruby@v1
1818 with :
1919 ruby-version : ${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments