We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcb91d4 + e82c77e commit db3f9d7Copy full SHA for db3f9d7
.github/workflows/pages.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Checkout
34
uses: actions/checkout@v3
35
- name: Setup Ruby
36
- uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
+ uses: ruby/setup-ruby@v1
37
with:
38
ruby-version: '3.0' # Not needed with a .ruby-version file
39
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments