Skip to content

Commit

Permalink
chore(deps): bump ruby/setup-ruby in the actions group (#88)
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).


Updates `ruby/setup-ruby` from 1.193.0 to 1.194.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@v1.193.0...v1.194.0)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent e1b8b19 commit c6dd98a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/puppet-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: 'Checkout repo'
uses: 'actions/checkout@v4'
- name: "Set up Ruby ${{ inputs.ruby_version }}"
uses: 'ruby/setup-ruby@v1.193.0'
uses: 'ruby/setup-ruby@v1.194.0'
env:
BUNDLE_SILENCE_ROOT_WARNING: '1'
BUNDLE_WITH: 'development'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/puppet-forge-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: 'Checkout repo'
uses: 'actions/checkout@v4'
- name: "Set up Ruby ${{ inputs.ruby_version }}"
uses: 'ruby/setup-ruby@v1.193.0'
uses: 'ruby/setup-ruby@v1.194.0'
env:
BUNDLE_SILENCE_ROOT_WARNING: '1'
BUNDLE_WITH: 'development'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/puppet-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: 'Checkout repo'
uses: 'actions/checkout@v4'
- name: "Set up Ruby ${{ inputs.ruby_version }}"
uses: 'ruby/setup-ruby@v1.193.0'
uses: 'ruby/setup-ruby@v1.194.0'
env:
BUNDLE_SILENCE_ROOT_WARNING: '1'
BUNDLE_WITH: 'development'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/puppet-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: 'Checkout repo'
uses: 'actions/checkout@v4'
- name: "Set up Ruby ${{ matrix.ruby }}"
uses: 'ruby/setup-ruby@v1.193.0'
uses: 'ruby/setup-ruby@v1.194.0'
env:
BUNDLE_SILENCE_ROOT_WARNING: '1'
BUNDLE_WITH: 'development'
Expand Down

0 comments on commit c6dd98a

Please sign in to comment.