Skip to content

Commit cce7dfd

Browse files
chore: Bump the github-actions-minor-and-patch group across 1 directory with 2 updates
Bumps the github-actions-minor-and-patch group with 2 updates in the / directory: [TriPSs/conventional-changelog-action](https://github.com/tripss/conventional-changelog-action) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `TriPSs/conventional-changelog-action` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/tripss/conventional-changelog-action/releases) - [Changelog](https://github.com/TriPSs/conventional-changelog-action/blob/releases/v6/CHANGELOG.md) - [Commits](TriPSs/conventional-changelog-action@5f00b89...84dadaf) Updates `ruby/setup-ruby` from 1.262.0 to 1.266.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@cf7216d...4ff6f36) --- updated-dependencies: - dependency-name: TriPSs/conventional-changelog-action dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-and-patch - dependency-name: ruby/setup-ruby dependency-version: 1.266.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28ae0ea commit cce7dfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- name: Conventional Commits
25-
uses: TriPSs/conventional-changelog-action@5f00b899ccbbcbc112bd6d715d5e76e7a9e4501d # v6.1.0
25+
uses: TriPSs/conventional-changelog-action@84dadaf2c367cb52af02737cd9c7e888807219e7 # v6.2.0
2626
with:
2727
github-token: ${{ secrets.github_token }}
2828
skip-commit: "true"

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
node-version: "16.x"
7474
registry-url: "https://registry.npmjs.org"
75-
- uses: ruby/setup-ruby@cf7216d52fba1017929b4d7162fabe2b30af5b49 # v1.262.0
75+
- uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
7676
with:
7777
ruby-version: "3.2"
7878
bundler-cache: true

0 commit comments

Comments
 (0)