Skip to content

Commit

Permalink
Update ruby version and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Jul 15, 2024
1 parent 3ed13ad commit fb6fae3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: scripts/pre-build/package-lock.json

- name: Set up Ruby 2.6.2
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.2
ruby-version: 3.3
bundler-cache: true

- name: Update git submodules
Expand Down

0 comments on commit fb6fae3

Please sign in to comment.