From 41d75ab91ecbb035f4fae719f964dcbeff090633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:52:56 +0000 Subject: [PATCH] Bump the actions-patch-minor group with 2 updates Bumps the actions-patch-minor group with 2 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action). Updates `ruby/setup-ruby` from 1.314.0 to 1.316.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/v1.314.0...v1.316.0) Updates `lewagon/wait-on-check-action` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.316.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patch-minor - dependency-name: lewagon/wait-on-check-action dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patch-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be0241e5..2980b42a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Set up Ruby - uses: ruby/setup-ruby@v1.314.0 + uses: ruby/setup-ruby@v1.316.0 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e3fd362..034d3d69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for CI to pass - uses: lewagon/wait-on-check-action@v1.8.0 + uses: lewagon/wait-on-check-action@v1.8.1 with: ref: ${{ github.sha }} running-workflow-name: Wait for CI