Skip to content

Commit

Permalink
Updating Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Jul 23, 2024
1 parent 594a8aa commit 42e6a8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42e6a8b

Please sign in to comment.