Skip to content

Commit a398ee9

Browse files
chore(deps): bump ruby/setup-ruby
Bumps the actions group with 1 update in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.202.0 to 1.204.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.202.0...v1.204.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]>
1 parent a6aefc6 commit a398ee9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/puppet-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: 'Checkout repo'
4444
uses: 'actions/checkout@v4'
4545
- name: "Set up Ruby ${{ inputs.ruby_version }}"
46-
uses: 'ruby/setup-ruby@v1.202.0'
46+
uses: 'ruby/setup-ruby@v1.204.0'
4747
env:
4848
BUNDLE_SILENCE_ROOT_WARNING: '1'
4949
BUNDLE_WITH: 'development'

.github/workflows/puppet-forge-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: 'Checkout repo'
4242
uses: 'actions/checkout@v4'
4343
- name: "Set up Ruby ${{ inputs.ruby_version }}"
44-
uses: 'ruby/setup-ruby@v1.202.0'
44+
uses: 'ruby/setup-ruby@v1.204.0'
4545
env:
4646
BUNDLE_SILENCE_ROOT_WARNING: '1'
4747
BUNDLE_WITH: 'development'

.github/workflows/puppet-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: 'Checkout repo'
3939
uses: 'actions/checkout@v4'
4040
- name: "Set up Ruby ${{ inputs.ruby_version }}"
41-
uses: 'ruby/setup-ruby@v1.202.0'
41+
uses: 'ruby/setup-ruby@v1.204.0'
4242
env:
4343
BUNDLE_SILENCE_ROOT_WARNING: '1'
4444
BUNDLE_WITH: 'development'

.github/workflows/puppet-unit-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: 'Checkout repo'
4343
uses: 'actions/checkout@v4'
4444
- name: "Set up Ruby ${{ matrix.ruby }}"
45-
uses: 'ruby/setup-ruby@v1.202.0'
45+
uses: 'ruby/setup-ruby@v1.204.0'
4646
env:
4747
BUNDLE_SILENCE_ROOT_WARNING: '1'
4848
BUNDLE_WITH: 'development'

0 commit comments

Comments
 (0)