Skip to content

Commit 61a563f

Browse files
chore(deps): update dependency ruby to v4
1 parent 0d6f50e commit 61a563f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Install Ruby 2.7"
3030
uses: ruby/setup-ruby@v1
3131
with:
32-
ruby-version: 2.7.8
32+
ruby-version: 4.0.1
3333
bundler-cache: true
3434
- run: |
3535
bundle show
@@ -42,7 +42,7 @@ jobs:
4242
- name: 'Install Ruby 2.7'
4343
uses: ruby/setup-ruby@v1
4444
with:
45-
ruby-version: 2.7.8
45+
ruby-version: 4.0.1
4646
bundler-cache: true
4747
- run: 'command -v rpm || if command -v apt-get; then sudo apt-get update; sudo apt-get install -y rpm; fi ||:'
4848
- name: 'Tags and changelogs'

0 commit comments

Comments
 (0)