Skip to content

Commit f2d3070

Browse files
renovate[bot]silug
authored andcommitted
Update dependency ruby to v4.0.2
1 parent fa78a4b commit f2d3070

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: "Install Ruby"
5353
uses: ruby/setup-ruby@v1
5454
with:
55-
ruby-version: 4.0.1
55+
ruby-version: 4.0.2
5656
bundler-cache: true
5757
- run: bundle exec rake rubocop
5858

.github/workflows/tag_deploy_rubygem.yml

Lines changed: 3 additions & 3 deletions
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: 4.0.1
96+
ruby-version: 4.0.2
9797
bundler-cache: true
9898
- name: Test build the package
9999
run: "${{ steps.commands.outputs.build_command }}"
@@ -188,7 +188,7 @@ jobs:
188188
clean: true
189189
- uses: ruby/setup-ruby@v1
190190
with:
191-
ruby-version: 4.0.1
191+
ruby-version: 4.0.2
192192
bundler-cache: true
193193
- name: Build RubyGem
194194
run: |
@@ -229,7 +229,7 @@ jobs:
229229
clean: true
230230
- uses: ruby/setup-ruby@v1
231231
with:
232-
ruby-version: 3.4.9
232+
ruby-version: 4.0.2
233233
bundler-cache: true
234234
- name: Build Puppet module (PDK)
235235
run: bundle exec pdk build --force

0 commit comments

Comments
 (0)