Skip to content

Commit

Permalink
Pin ruby 3.3.3 instead of 3.3.x during workflow builds (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e authored Feb 4, 2025
1 parent 821e464 commit 5665f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: '3.3.3'
bundler-cache: true

- name: Update git submodules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: '3.3.3'

- name: Update git submodules
run: |
Expand Down

0 comments on commit 5665f18

Please sign in to comment.