diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98d452d..956c86a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: Set up Ruby - uses: ruby/setup-ruby@v1.268.0 + uses: ruby/setup-ruby@v1.269.0 with: ruby-version: 3.3.5 bundler-cache: true @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: Set up Ruby - uses: ruby/setup-ruby@v1.268.0 + uses: ruby/setup-ruby@v1.269.0 with: ruby-version: 3.3.5 bundler-cache: true