File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 deploy :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-22.04
1010 env :
11- ruby-version : 2.5
11+ ruby-version : 2.7.2
1212
1313 steps :
1414 - uses : actions/checkout@v2
1515 - name : Set up Ruby
1616 uses : ruby/setup-ruby@v1
1717 with :
1818 ruby-version : ${{ env.ruby-version }}
19+ bundler : ' 2.2.33'
1920 bundler-cache : true
2021
2122 - run : bundle exec middleman build
Original file line number Diff line number Diff line change 66
77jobs :
88 deploy :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-22.04
1010 env :
11- ruby-version : 2.5
11+ ruby-version : 2.7.2
1212
1313 steps :
1414 - uses : actions/checkout@v2
1515 - name : Set up Ruby
1616 uses : ruby/setup-ruby@v1
1717 with :
1818 ruby-version : ${{ env.ruby-version }}
19+ bundler : ' 2.2.33'
1920 bundler-cache : true
2021
2122 - run : bundle exec middleman build
You can’t perform that action at this time.
0 commit comments