From 3b7d77d5a5ea27e863a57a14011cf94bb8ac1a34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 08:52:02 +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 0db9a7c..09887ad 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 }} @@ -311,7 +311,7 @@ jobs: - name: Create/Update GitHub Release if: needs.setup_release.outputs.publish_release == 'true' - 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 }}