diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b7821f4..7568a1c 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@2a18b06812b0e15bb916e1df298d3e740422c47e # v1.203.0 with: ruby-version: "3.3" # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically