diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 0421dbf..7ebda22 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -36,7 +36,7 @@ jobs: with: submodules: "true" - name: Setup Ruby - uses: ruby/setup-ruby@ff740bc00a01b3a50fffc55a1071b1060eeae9dc # v1.180.0 + uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # v1.180.1 with: ruby-version: ".ruby-version" # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically