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