-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Ruby version in old GH workflow files
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
- name: Install Ruby and gems | ||
uses: ruby/[email protected] | ||
with: | ||
ruby-version: '3.2.2' | ||
ruby-version: '3.2.3' | ||
bundler-cache: true | ||
|
||
- name: Set up database schema | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: ruby/[email protected] | ||
with: | ||
ruby-version: '3.2.2' | ||
ruby-version: '3.2.3' | ||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically | ||
|
||
- name: Lint Ruby files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: ruby/[email protected] | ||
with: | ||
ruby-version: '3.2.2' | ||
ruby-version: '3.2.3' | ||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically | ||
|
||
- name: Security audit dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters