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.1-33, major-minor: '7.1' }
2121 name : Lint (Ruby ${{ matrix.ruby-version }}, ImageMagick ${{ matrix.imagemagick-version.major-minor }})
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 ref : ${{ github.event.pull_request.head.sha }}
2626 - name : Cache ImageMagick
5656 - { full: 7.1.1-33, major-minor: '7.1' }
5757 name : Check RBS (Ruby ${{ matrix.ruby-version }}, ImageMagick ${{ matrix.imagemagick-version.major-minor }})
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v5
6060 with :
6161 ref : ${{ github.event.pull_request.head.sha }}
6262 - name : Cache ImageMagick
9393 - { full: 7.1.1-33, major-minor: '7.1' }
9494 name : Ruby ${{ matrix.ruby-version }}
9595 steps :
96- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v5
9797 - name : Cache ImageMagick
9898 uses : actions/cache@v4
9999 with :
@@ -123,7 +123,7 @@ jobs:
123123 ruby-version : ['9.4.7.0']
124124 name : JRuby ${{ matrix.ruby-version }}
125125 steps :
126- - uses : actions/checkout@v4
126+ - uses : actions/checkout@v5
127127 - name : Set up Ruby
128128 uses : ruby/setup-ruby@master
129129 with :
You can’t perform that action at this time.
0 commit comments