diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c881f7d..d5e54ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }} env: ${{ matrix.env }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: bundler: ${{ matrix.bundler || 2 }} @@ -125,6 +125,6 @@ jobs: LEGACY_CI: true JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: script/legacy_setup.sh - run: script/test_all