updated ruby setup job
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 49s
Deploy Jekyll site to Pages / deploy (push) Has been skipped

This commit is contained in:
Florian Weber 2024-11-13 14:38:22 +01:00
parent 480354680c
commit 1744112372
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -35,7 +35,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.5' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically