diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 94d25af..832e4c2 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -3,6 +3,7 @@ # separate terms of service, privacy policy, and support # documentation. + # Sample workflow for building and deploying a Jekyll site to GitHub Pages name: Deploy Jekyll site to Pages @@ -36,7 +37,7 @@ jobs: with: lfs: true - name: Setup Ruby - uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0 + uses: ruby/setup-ruby@v1 with: ruby-version: '3.1' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically