mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-03 06:59:14 +00:00
Use ruby 2.4 as github actions do not support ruby 2.3.
This commit is contained in:
2
.github/workflows/brakeman-analysis.yml
vendored
2
.github/workflows/brakeman-analysis.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Setup Ruby
|
||||
uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '2.3'
|
||||
ruby-version: '2.4'
|
||||
|
||||
- name: Setup Brakeman
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user