Skip to content

Commit 22bf922

Browse files
Update dependency ruby to v3.4.10
1 parent df37207 commit 22bf922

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/pr_tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: "Install Ruby 3.2"
2626
uses: ruby/setup-ruby@v1 # ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
2727
with:
28-
ruby-version: 3.2.11
28+
ruby-version: 3.4.10
2929
bundler-cache: true
3030
- run: "bundle exec rake syntax"
3131

@@ -37,7 +37,7 @@ jobs:
3737
- name: "Install Ruby 3.2"
3838
uses: ruby/setup-ruby@v1
3939
with:
40-
ruby-version: 3.2.11
40+
ruby-version: 3.4.10
4141
bundler-cache: true
4242
- run: "bundle exec rake lint"
4343
- run: "bundle exec rake metadata_lint"
@@ -51,7 +51,7 @@ jobs:
5151
- name: "Install Ruby 3.4"
5252
uses: ruby/setup-ruby@v1
5353
with:
54-
ruby-version: 3.4.9
54+
ruby-version: 3.4.10
5555
bundler-cache: true
5656
- run: |
5757
bundle show
@@ -65,7 +65,7 @@ jobs:
6565
- name: 'Install Ruby 3.4'
6666
uses: ruby/setup-ruby@v1
6767
with:
68-
ruby-version: 3.4.9
68+
ruby-version: 3.4.10
6969
bundler-cache: true
7070
- run: bundle exec rake check:dot_underscore
7171
- run: bundle exec rake check:test_file
@@ -78,7 +78,7 @@ jobs:
7878
- name: 'Install Ruby 3.4'
7979
uses: ruby/setup-ruby@v1
8080
with:
81-
ruby-version: 3.4.9
81+
ruby-version: 3.4.10
8282
bundler-cache: true
8383
- name: 'Check REFERENCE.md freshness'
8484
run: bundle exec rake validate:strings
@@ -91,7 +91,7 @@ jobs:
9191
- name: 'Install Ruby 3.4'
9292
uses: ruby/setup-ruby@v1
9393
with:
94-
ruby-version: 3.4.9
94+
ruby-version: 3.4.10
9595
bundler-cache: true
9696
- name: 'Tags and changelogs'
9797
run: |
@@ -152,7 +152,7 @@ jobs:
152152
- name: setup ruby
153153
uses: ruby/setup-ruby@v1
154154
with:
155-
ruby-version: 3.4.9
155+
ruby-version: 3.4.10
156156
- name: bundle install
157157
run: |
158158
bundle install

.github/workflows/tag_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
clean: true
5656
- uses: ruby/setup-ruby@v1
5757
with:
58-
ruby-version: 3.2.11
58+
ruby-version: 3.4.10
5959
bundler-cache: true
6060
- run: bundle exec rake pkg:check_version
6161
- run: bundle exec rake pkg:compare_latest_tag
@@ -176,7 +176,7 @@ jobs:
176176
clean: true
177177
- uses: ruby/setup-ruby@v1
178178
with:
179-
ruby-version: 3.2.11
179+
ruby-version: 3.4.10
180180
bundler-cache: true
181181
- name: Build Puppet module
182182
run: bundle exec rake pupmod:build

0 commit comments

Comments
 (0)