We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcecdc8 commit 1bf00f3Copy full SHA for 1bf00f3
1 file changed
.github/workflows/jekyll.yml
@@ -34,9 +34,9 @@ jobs:
34
- name: Checkout
35
uses: actions/checkout@v4
36
- name: Setup Ruby
37
- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
+ uses: ruby/setup-ruby@v1
38
with:
39
- ruby-version: 3.3.0 # The Ruby version is determined by either a `.ruby-version` or a `.tool-versions` file in root of the repo.
+ # The Ruby version is determined by either a `.ruby-version` or a `.tool-versions` file in root of the repo.
40
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
41
cache-version: 0 # Increment this number if you need to re-download cached gems
42
- name: Setup Pages
@@ -61,4 +61,4 @@ jobs:
61
steps:
62
- name: Deploy to GitHub Pages
63
id: deployment
64
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments