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 1b37356 commit 40f8655Copy full SHA for 40f8655
.github/workflows/pages.yml
@@ -30,14 +30,11 @@ jobs:
30
build:
31
runs-on: ubuntu-latest
32
steps:
33
- - name: Checkout
34
- uses: actions/checkout@v3
35
- - name: Setup Ruby
36
- uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
+ - uses: actions/checkout@v5
+ - uses: ruby/setup-ruby@v1
37
with:
38
- ruby-version: '3.0' # Not needed with a .ruby-version file
+ ruby-version: '3.4' # Not needed with a .ruby-version, .tool-versions or mise.toml
39
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
40
- cache-version: 0 # Increment this number if you need to re-download cached gems
41
- name: Setup Pages
42
id: pages
43
uses: actions/configure-pages@v2
0 commit comments