diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 78e77e6c..486868f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4.2.2 - name: Set Up Ruby 3.3.6 - uses: ruby/setup-ruby@v1.203.0 + uses: ruby/setup-ruby@v1.207.0 with: ruby-version: 3.3.6 bundler-cache: true