diff --git a/.github/workflows/brakeman.yml b/.github/workflows/brakeman.yml index 1ef898b..f8a190d 100644 --- a/.github/workflows/brakeman.yml +++ b/.github/workflows/brakeman.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 with: - ruby-version: '2.7' + ruby-version: '4.0.1' - name: Setup Brakeman env: diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index b9decee..b158aaa 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 with: - ruby-version: 2.6 + ruby-version: 4.0.1 # This step is not necessary if you add the gem to your Gemfile - name: Install Code Scanning integration