.github/workflows/documentation.yml in alarmable-0.1.2 vs .github/workflows/documentation.yml in alarmable-1.0.0
- old
+ new
@@ -7,19 +7,20 @@
group: 'docs'
jobs:
docs:
name: Build gem documentation
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install the correct Ruby version
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
bundler-cache: true
+ rubygems: '3.3.26'
- name: Prepare the virtual environment
uses: hausgold/actions/ci@master
with:
clone_token: '${{ secrets.CLONE_TOKEN }}'