diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 377baeb..6335539 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 + uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f with: ruby-version: '3.1' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 0ab10c1..849eba8 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 + uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f with: ruby-version: '3.1' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically