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