Skip to content

Commit 9deb912

Browse files
Update dependency ruby to v2.7.8
1 parent 8156df7 commit 9deb912

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
@@ -35,7 +35,7 @@ jobs:
3535
- name: "Install Ruby ${{matrix.puppet.ruby_version}}"
3636
uses: ruby/setup-ruby@v1 # ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
3737
with:
38-
ruby-version: 2.7
38+
ruby-version: 2.7.8
3939
bundler-cache: true
4040
- run: "bundle exec rake syntax"
4141

@@ -47,7 +47,7 @@ jobs:
4747
- name: "Install Ruby ${{matrix.puppet.ruby_version}}"
4848
uses: ruby/setup-ruby@v1
4949
with:
50-
ruby-version: 2.7
50+
ruby-version: 2.7.8
5151
bundler-cache: true
5252
- run: "bundle exec rake lint"
5353
- run: "bundle exec rake metadata_lint"
@@ -62,7 +62,7 @@ jobs:
6262
- name: "Install Ruby ${{matrix.puppet.ruby_version}}"
6363
uses: ruby/setup-ruby@v1
6464
with:
65-
ruby-version: 2.7
65+
ruby-version: 2.7.8
6666
bundler-cache: true
6767
- run: |
6868
bundle show
@@ -76,7 +76,7 @@ jobs:
7676
- name: 'Install Ruby 2.7'
7777
uses: ruby/setup-ruby@v1
7878
with:
79-
ruby-version: 2.7
79+
ruby-version: 2.7.8
8080
bundler-cache: true
8181
- run: bundle exec rake check:dot_underscore
8282
- run: bundle exec rake check:test_file
@@ -89,7 +89,7 @@ jobs:
8989
- name: 'Install Ruby ${{matrix.puppet.ruby_version}}'
9090
uses: ruby/setup-ruby@v1
9191
with:
92-
ruby-version: 2.7
92+
ruby-version: 2.7.8
9393
bundler-cache: true
9494
- name: 'Tags and changelogs'
9595
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)