Skip to content

Commit

Permalink
chore(deps): bump the actions group with 2 updates (#87)
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions).


Updates `ruby/setup-ruby` from 1.192.0 to 1.193.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.192.0...v1.193.0)

Updates `terraform-docs/gh-actions` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/terraform-docs/gh-actions/releases)
- [Commits](terraform-docs/gh-actions@v1.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: terraform-docs/gh-actions
  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 23, 2024
1 parent 8d40d6e commit e1b8b19
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.192.0'
uses: 'ruby/setup-ruby@v1.193.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.192.0'
uses: 'ruby/setup-ruby@v1.193.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.192.0'
uses: 'ruby/setup-ruby@v1.193.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.192.0'
uses: 'ruby/setup-ruby@v1.193.0'
env:
BUNDLE_SILENCE_ROOT_WARNING: '1'
BUNDLE_WITH: 'development'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Render terraform docs inside the README.md
uses: terraform-docs/gh-actions@v1.2.2
uses: terraform-docs/gh-actions@v1.3.0
with:
config-file: ${{ inputs.config_file }}
git-push: ${{ inputs.git_push }}
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Render terraform docs inside the README.md
uses: terraform-docs/gh-actions@v1.2.2
uses: terraform-docs/gh-actions@v1.3.0
with:
config-file: ${{ inputs.config_file }}
git-push: ${{ inputs.git_push }}
Expand Down

0 comments on commit e1b8b19

Please sign in to comment.