diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9383e8..2ed2c35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile name: Specs - Ruby ${{ matrix.ruby-version }} with ${{ matrix.gemfile }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Ruby ${{ matrix.ruby-version }} with ${{ matrix.gemfile }} uses: ruby/setup-ruby@v1 with: