diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaccc5e..34896b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: ruby: ['head', '3.1', '3.0', '2.7'] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}