From e11bbec595e08979551226f1ecabc90581ee0ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 07:09:05 +0000 Subject: [PATCH] chore(deps): bump LizardByte/actions Bumps the lizardbyte-actions group with 1 update in the / directory: [LizardByte/actions](https://github.com/lizardbyte/actions). Updates `LizardByte/actions` from 2026.116.208 to 2026.129.194351 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](https://github.com/lizardbyte/actions/compare/v2026.116.208...v2026.129.194351) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2026.129.194351 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4739350..28a3cb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/actions/actions/release_setup@v2026.116.208 + uses: LizardByte/actions/actions/release_setup@v2026.129.194351 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -369,7 +369,7 @@ jobs: - name: Create/Update GitHub Release if: false # TODO: move release to separate job # if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/actions/actions/release_create@v2026.116.208 + uses: LizardByte/actions/actions/release_create@v2026.129.194351 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }}