Skip to content

Commit

Permalink
update deprecated CI action (#7829)
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza authored Oct 1, 2024
1 parent 275d2d8 commit 7028a5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- name: Install deps
run: bundle install --jobs 4 --retry 3

Expand Down

0 comments on commit 7028a5a

Please sign in to comment.