diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 2344b34..3e037c8 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@3783f195e29b74ae398d7caca108814bbafde90e # v1.180.1 + uses: ruby/setup-ruby@1d0e911f615a112e322369596f10ee0b95b010ae # v1.183.0 with: ruby-version: ".ruby-version" # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically