Skip to content

Commit efd0acb

Browse files
Update dependency ruby to v3
1 parent c1f6e59 commit efd0acb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: "Install Ruby ${{matrix.puppet.ruby_version}}"
3737
uses: ruby/setup-ruby@v1
3838
with:
39-
ruby-version: 2.7.8
39+
ruby-version: 3.4.7
4040
bundler-cache: true
4141
- run: |
4242
bundle show
@@ -50,7 +50,7 @@ jobs:
5050
- name: 'Install Ruby ${{matrix.puppet.ruby_version}}'
5151
uses: ruby/setup-ruby@v1
5252
with:
53-
ruby-version: 2.7.8
53+
ruby-version: 3.4.7
5454
bundler-cache: true
5555
- name: 'Ensure executables are installed'
5656
run: |

.github/workflows/tag_deploy_rubygem__github-rpms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
echo "release_command=$GEM_RELEASE_COMMAND" | tee -a "$GITHUB_OUTPUT"
9494
- uses: ruby/setup-ruby@v1
9595
with:
96-
ruby-version: 2.7.8
96+
ruby-version: 3.4.7
9797
bundler-cache: true
9898
- name: Test build the package
9999
run: "${{ steps.commands.outputs.build_command }}"

0 commit comments

Comments
 (0)