diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89c4520..ba84d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: ruby: [ 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, '4.0', ruby-head, truffleruby ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} @@ -19,8 +19,8 @@ jobs: name: Check ruby/spec still passes with MSpec changes runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 + - uses: actions/checkout@v7 with: repository: ruby/spec path: rubyspec