Skip to content

Commit

Permalink
Update staging.yml
Browse files Browse the repository at this point in the history
update ruby version in order to install up-to-date dependencies with fewer vulnearbilities
  • Loading branch information
Zarnosch authored Jan 22, 2024
1 parent ddb52d3 commit 0fe7465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r scripts/requirements.txt
- name: Install Ruby 2.6
- name: Install Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '3.0'
- name: Install ruby dependencies
run: |
gem install bundler -v 2.4.22
gem install bundler
bundle
- name: Set up AWS credentials (+ set default user)
run: |
Expand Down

0 comments on commit 0fe7465

Please sign in to comment.