Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ftshijt authored Jan 24, 2024
1 parent a544315 commit 7d05e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.2'
ruby-version: '3.1.2'
bundler-cache: true
- name: Enable bundler cache
uses: actions/cache@v2
Expand All @@ -30,6 +30,7 @@ jobs:
${{ runner.os }}-gems-
- name: Install deps
run: |
gem update --system 3.2.28 --no-document
gem install bundler
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit 7d05e68

Please sign in to comment.