From 868a66d0ba070fff4923cb09f2140e8488cf0107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:45:27 +0000 Subject: [PATCH] Bump lando/prepare-release-action from 3 to 99 Bumps [lando/prepare-release-action](https://github.com/lando/prepare-release-action) from 3 to 99. - [Release notes](https://github.com/lando/prepare-release-action/releases) - [Changelog](https://github.com/lando/prepare-release-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/lando/prepare-release-action/compare/v3...v99) --- updated-dependencies: - dependency-name: lando/prepare-release-action dependency-version: '99' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-ruby-tests.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-ruby-tests.yml b/.github/workflows/pr-ruby-tests.yml index 126dbd0..fb58282 100644 --- a/.github/workflows/pr-ruby-tests.yml +++ b/.github/workflows/pr-ruby-tests.yml @@ -32,7 +32,7 @@ jobs: - name: Install NPM dependencies run: npm clean-install --prefer-offline --frozen-lockfile - name: Bundle Deps - uses: lando/prepare-release-action@v3 + uses: lando/prepare-release-action@v99 with: lando-plugin: true version: dev diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1135c23..629dd13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: # Prepare release. - name: Prepare release - uses: lando/prepare-release-action@v3 + uses: lando/prepare-release-action@v99 with: lando-plugin: true sync-email: rtfm47@lando.dev