Skip to content

Commit

Permalink
Update ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gunesmes committed Oct 3, 2023
1 parent c52d9e5 commit c46d832
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ruby.yml
Expand Up @@ -17,11 +17,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
with:
ruby-version: '3.2' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit c46d832

Please sign in to comment.