From bd15eedc82db8585f2de633e742af0ab656e862b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 09:08:14 +0000 Subject: [PATCH] chore(deps): update lizardbyte/actions action to v2026.522.121358 --- .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 9fa3cdf..53742e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/actions/actions/release_setup@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/release_setup@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -216,7 +216,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@4125866b7b655a6fe038b0e22a43a4c5d259af79 # v2026.417.35446 + uses: LizardByte/actions/actions/release_create@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 with: allowUpdates: false body: ${{ needs.setup_release.outputs.release_body }}