From 7097b6a2f239936121f183abae30b7c8115a5d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 21:25:57 +0000 Subject: [PATCH] build(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 2025.1028.23217 to 2025.1220.21713 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](https://github.com/lizardbyte/actions/compare/v2025.1028.23217...v2025.1220.21713) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2025.1220.21713 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 154029a..f599038 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/actions/actions/release_setup@v2025.1028.23217 + uses: LizardByte/actions/actions/release_setup@v2025.1220.21713 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -341,7 +341,7 @@ jobs: - name: Create/Update GitHub Release if: needs.setup_release.outputs.publish_release == 'true' - uses: LizardByte/actions/actions/release_create@v2025.1028.23217 + uses: LizardByte/actions/actions/release_create@v2025.1220.21713 with: allowUpdates: false body: ${{ needs.setup_release.outputs.release_body }}