Skip to content

Commit 712f481

Browse files
chore(deps): update dependency ruby to v4
1 parent 9574281 commit 712f481

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/brakeman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Ruby
3737
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
3838
with:
39-
ruby-version: '2.7'
39+
ruby-version: '4.0.0'
4040

4141
- name: Setup Brakeman
4242
env:

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Ruby
3131
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
3232
with:
33-
ruby-version: 2.6
33+
ruby-version: 4.0.0
3434

3535
# This step is not necessary if you add the gem to your Gemfile
3636
- name: Install Code Scanning integration

0 commit comments

Comments
 (0)