diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2980b42a..f968c2c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Ruby - uses: ruby/setup-ruby@v1.316.0 + uses: ruby/setup-ruby@v1.317.0 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true