File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout current PR
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121 - uses : ruby/setup-ruby@v1
3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Checkout current PR
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737 with :
3838 fetch-depth : 0
3939 - uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 1111 name : Mend Monitor
1212 steps :
1313 - name : Checkout current PR
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 - name : Setup Ruby
1616 uses : ruby/setup-ruby@v1
1717 with :
Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : ' 0'
1515 - name : Build gem
Original file line number Diff line number Diff line change 2424 PUPPET_GEM_VERSION : ~> ${{ matrix.cfg.puppet_version }}
2525 steps :
2626 - name : Checkout current PR
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 0
3030 - name : Install Ruby version ${{ matrix.cfg.ruby }}
5353 PUPPET_GEM_VERSION : ~> ${{ matrix.cfg.puppet_version }}
5454 steps :
5555 - name : Checkout current PR
56- uses : actions/checkout@v3
56+ uses : actions/checkout@v4
5757 with :
5858 fetch-depth : 0
5959 - name : Install Ruby version ${{ matrix.cfg.ruby }}
You can’t perform that action at this time.
0 commit comments