diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b7821f4..18d61c7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0 + uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0 with: ruby-version: "3.3" # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically