diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index d776383..cdc67cb 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -21,11 +21,11 @@ jobs: REDIS_HOST: redis REDIS_PORT: 6379 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1 # Not needed with a .ruby-version file - bundler-cache: true # runs 'bundle install' and caches installed gems automatically + ruby-version: 3.3 # Not needed with a .ruby-version file + bundler-cache: true # # runs 'bundle install' and caches installed gems automatically - run: | gem update --system gem install bundler diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 787df8a..428622c 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -22,10 +22,10 @@ jobs: REDIS_HOST: redis REDIS_PORT: 6379 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1 # Not needed with a .ruby-version file + ruby-version: 3.3 # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: | gem update --system