diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bbae96..1a2742c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile steps: # https://github.com/marketplace/actions/checkout - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby - name: Set up Ruby uses: ruby/setup-ruby@v1