diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a31974..b54dbb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 with: