From a5b95d96423df3215d46d81dd389ba70b417ed3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:31:58 +0000 Subject: [PATCH] chore(deps): bump LizardByte/actions in the lizardbyte-actions group Bumps the lizardbyte-actions group with 1 update: [LizardByte/actions](https://github.com/lizardbyte/actions). Updates `LizardByte/actions` from 2025.814.40518 to 2026.328.161128 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](https://github.com/lizardbyte/actions/compare/v2025.814.40518...v2026.328.161128) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2026.328.161128 dependency-type: direct:production update-type: version-update:semver-major 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 63dde74..12fab6a 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.814.40518 + uses: LizardByte/actions/actions/release_setup@v2026.328.161128 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -233,7 +233,7 @@ jobs: - name: Create/Update GitHub Release # only publish release on ubuntu-latest, is there any difference between the different builds? if: needs.setup_release.outputs.publish_release == 'true' && matrix.os == 'ubuntu-latest' - uses: LizardByte/actions/actions/release_create@v2025.814.40518 + uses: LizardByte/actions/actions/release_create@v2026.328.161128 with: allowUpdates: false body: ${{ needs.setup_release.outputs.release_body }}