From e0099b2bdb8020257ff40f6595a1d274df558646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:58:39 +0200 Subject: [PATCH] chore(deps): bump the actions-minor-patch group across 1 directory with 2 updates (#428) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the actions-minor-patch group with 2 updates in the / directory: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0
Release notes

Sourced from actions/create-github-app-token's releases.

v3.2.0

3.2.0 (2026-05-12)

Features

Bug Fixes

Changelog

Sourced from actions/create-github-app-token's changelog.

Changelog

3.2.0 (2026-05-12)

Features

Bug Fixes

Commits

Updates `ruby/setup-ruby` from 1.302.0 to 1.308.0
Release notes

Sourced from ruby/setup-ruby's releases.

v1.308.0

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.307.0...v1.308.0

v1.307.0

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.306.0...v1.307.0

v1.306.0

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.305.0...v1.306.0

v1.305.0

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.304.0...v1.305.0

v1.304.0

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.303.0...v1.304.0

v1.303.0

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.302.0...v1.303.0

Commits

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dependabot.yml | 2 +- .github/workflows/licensed.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index a0bb455..c5e213c 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -27,7 +27,7 @@ jobs: - name: Generate token id: app-token if: ${{ steps.meta.outputs.update-type == null || steps.meta.outputs.update-type == 'version-update:semver-patch' || steps.meta.outputs.update-type == 'version-update:semver-minor' }} - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 33a4ebf..f33f77d 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -71,7 +71,7 @@ jobs: - name: Setup Ruby id: setup-ruby if: steps.license-inputs.outputs.changed == 'true' - uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0 + uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: ruby-version: ruby @@ -116,7 +116,7 @@ jobs: - name: Setup Ruby id: setup-ruby - uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0 + uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0 with: ruby-version: ruby