We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e817d commit 0979c07Copy full SHA for 0979c07
.github/workflows/build-site.yml
@@ -23,7 +23,7 @@ jobs:
23
git branch
24
25
- name: Setup Ruby
26
- uses: ruby/setup-ruby@1
+ uses: ruby/setup-ruby@v1
27
with:
28
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
29
.github/workflows/gh-pages.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Checkout
35
uses: actions/checkout@v4
36
37
38
39
40
cache-version: 0 # Increment this number if you need to re-download cached gems
0 commit comments