diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0d596999..905d50bef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: git config --global core.autocrlf false if: matrix.os == 'windows' - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} @@ -75,7 +75,7 @@ jobs: name: RuboCop runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: '4.0'