Skip to content

Commit bd64369

Browse files
renovate[bot]silug
authored andcommitted
Update dependency ruby to v2.7.8
1 parent 364486d commit bd64369

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/pr_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: "Install Ruby ${{matrix.puppet.ruby_version}}"
3939
uses: ruby/setup-ruby@v1 # ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
4040
with:
41-
ruby-version: 2.7
41+
ruby-version: 2.7.8
4242
bundler-cache: true
4343
- run: "bundle exec rake syntax"
4444

@@ -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
53+
ruby-version: 2.7.8
5454
bundler-cache: true
5555
- run: "bundle exec rake lint"
5656
- run: "bundle exec rake metadata_lint"
@@ -65,7 +65,7 @@ jobs:
6565
- name: "Install Ruby ${{matrix.puppet.ruby_version}}"
6666
uses: ruby/setup-ruby@v1
6767
with:
68-
ruby-version: 2.7
68+
ruby-version: 2.7.8
6969
bundler-cache: true
7070
- run: |
7171
bundle show
@@ -79,7 +79,7 @@ jobs:
7979
- name: 'Install Ruby 2.7'
8080
uses: ruby/setup-ruby@v1
8181
with:
82-
ruby-version: 2.7
82+
ruby-version: 2.7.8
8383
bundler-cache: true
8484
- run: bundle exec rake check:dot_underscore
8585
- run: bundle exec rake check:test_file
@@ -92,7 +92,7 @@ jobs:
9292
- name: 'Install Ruby ${{matrix.puppet.ruby_version}}'
9393
uses: ruby/setup-ruby@v1
9494
with:
95-
ruby-version: 2.7
95+
ruby-version: 2.7.8
9696
bundler-cache: true
9797
- name: 'Tags and changelogs'
9898
run: |

.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: 2.7
58+
ruby-version: 2.7.8
5959
bundler-cache: true
6060
- run: bundle exec rake pkg:check_version
6161
- run: bundle exec rake pkg:compare_latest_tag
@@ -180,7 +180,7 @@ jobs:
180180
clean: true
181181
- uses: ruby/setup-ruby@v1
182182
with:
183-
ruby-version: 2.7
183+
ruby-version: 2.7.8
184184
bundler-cache: true
185185
- name: Build Puppet module (PDK)
186186
run: bundle exec pdk build --force

0 commit comments

Comments
 (0)