From 79bc77124f7a7a6f853f5ceacfcc7b7a4ddd0929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:27:27 +0000 Subject: [PATCH] build(deps): bump LizardByte/setup-release-action Bumps the lizardbyte-actions group with 1 update: [LizardByte/setup-release-action](https://github.com/lizardbyte/setup-release-action). Updates `LizardByte/setup-release-action` from 2025.612.30126 to 2025.612.120948 - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](https://github.com/lizardbyte/setup-release-action/compare/v2025.612.30126...v2025.612.120948) --- updated-dependencies: - dependency-name: LizardByte/setup-release-action dependency-version: 2025.612.120948 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b8fed3c..af962d1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Setup Release id: setup-release - uses: LizardByte/setup-release-action@v2025.612.30126 + uses: LizardByte/setup-release-action@v2025.612.120948 with: github_token: ${{ secrets.GH_BOT_TOKEN }}