Skip to content

Commit

Permalink
Update ruby/setup-ruby action to v1.115.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2022
1 parent 3453221 commit b036aec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brakeman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/[email protected].2
uses: ruby/[email protected].3
with:
ruby-version: 3.1.2
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eager_load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/[email protected].2
uses: ruby/[email protected].3
with:
ruby-version: 3.1.2
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/[email protected].2
uses: ruby/[email protected].3
with:
ruby-version: 3.1.2
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/[email protected].2
uses: ruby/[email protected].3
with:
ruby-version: 3.1.2
bundler-cache: true
Expand Down

0 comments on commit b036aec

Please sign in to comment.