Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [ryohidaka/action-bump-uses](https://github.com/ryohidaka/action-bump-uses) and [ryohidaka/action-sh-format](https://github.com/ryohidaka/action-sh-format).


Updates `ryohidaka/action-bump-uses` from 0.2.1 to 0.3.1
- [Release notes](https://github.com/ryohidaka/action-bump-uses/releases)
- [Changelog](https://github.com/ryohidaka/action-bump-uses/blob/main/CHANGELOG.md)
- [Commits](ryohidaka/action-bump-uses@v0.2.1...v0.3.1)

Updates `ryohidaka/action-sh-format` from 0.3.2 to 0.4.0
- [Release notes](https://github.com/ryohidaka/action-sh-format/releases)
- [Changelog](https://github.com/ryohidaka/action-sh-format/blob/main/CHANGELOG.md)
- [Commits](ryohidaka/action-sh-format@v0.3.2...v0.4.0)

---
updated-dependencies:
- dependency-name: ryohidaka/action-bump-uses
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ryohidaka/action-sh-format
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 42d62ff commit 59823ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-uses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
bump-uses:
runs-on: ubuntu-latest
steps:
- uses: ryohidaka/action-bump-uses@v0.2.1
- uses: ryohidaka/action-bump-uses@v0.3.1
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: actions/checkout@v4

- name: ShellScript Formatter
uses: ryohidaka/action-sh-format@v0.3.2
uses: ryohidaka/action-sh-format@v0.4.0
with:
path: "./scripts"

0 comments on commit 59823ce

Please sign in to comment.