.github/workflows/documentation.yml in rimless-1.5.1 vs .github/workflows/documentation.yml in rimless-1.6.0
- old
+ new
@@ -15,12 +15,12 @@
- uses: actions/checkout@v4
- name: Install the correct Ruby version
uses: ruby/setup-ruby@v1
with:
- ruby-version: 2.5
+ ruby-version: 2.7
bundler-cache: true
- rubygems: '3.3.26'
+ rubygems: '3.4.22'
- name: Prepare the virtual environment
uses: hausgold/actions/ci@master
with:
clone_token: '${{ secrets.CLONE_TOKEN }}'