diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cb8875..27d5ddb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: matrix: ruby-version: [3.4, 3.3, 3.2, 3.1, '3.0', 2.7] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: