From e70d6a840b6e55550c518d2ca5b417ceee067d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:19:32 +0000 Subject: [PATCH] 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.4.0 to 6.5.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](https://github.com/tripss/conventional-changelog-action/compare/ee43def3241429afddab215ba89090cbf64fb45c...469f0e5e35831fbd1962706f29f65daf0a5723f2) Updates `ruby/setup-ruby` from 1.321.0 to 1.322.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/95ef2b042f9d7a56d8268cba8559e2842e2ad01b...bec3f19a76460dbe12f60def7d1a77585f07516c) --- updated-dependencies: - dependency-name: TriPSs/conventional-changelog-action dependency-version: 6.5.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.322.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/test-ruby.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c50bb21b..98376d81 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -94,7 +94,7 @@ jobs: - id: conventionalcommits if: steps.release-pending.outputs.has_commits == 'true' name: Conventional Commits - uses: TriPSs/conventional-changelog-action@ee43def3241429afddab215ba89090cbf64fb45c # v6.4.0 + uses: TriPSs/conventional-changelog-action@469f0e5e35831fbd1962706f29f65daf0a5723f2 # v6.5.0 with: github-token: ${{ steps.app-token.outputs.token }} skip-commit: "true" diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml index df03bcf8..a928bf4e 100644 --- a/.github/workflows/test-ruby.yml +++ b/.github/workflows/test-ruby.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + - uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 with: ruby-version: ${{ matrix.ruby_version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b52fe288..df8dc3d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: - uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0 with: gradle-version: "8.14" - - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 + - uses: ruby/setup-ruby@bec3f19a76460dbe12f60def7d1a77585f07516c # v1.322.0 with: ruby-version: "3.2" bundler-cache: true