From ae459e3454277631e5ed4d743a0bf4cc7ab7eb26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 05:15:57 +0000 Subject: [PATCH] chore(deps): update lizardbyte/actions action to v2026.524.145234 --- .github/workflows/__audit-repos.yml | 2 +- .github/workflows/__call-ci-node.yml | 4 ++-- .github/workflows/__call-common-lint.yml | 2 +- .github/workflows/__call-docker.yml | 2 +- .github/workflows/__call-update-changelog.yml | 2 +- .github/workflows/__call-update-homebrew-repo.yml | 2 +- .github/workflows/__pinact.yml | 2 +- .github/workflows/__social-post.yml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/__audit-repos.yml b/.github/workflows/__audit-repos.yml index a5228491..312b93c7 100644 --- a/.github/workflows/__audit-repos.yml +++ b/.github/workflows/__audit-repos.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Audit - uses: LizardByte/actions/actions/audit_repos@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 + uses: LizardByte/actions/actions/audit_repos@25babf9f2e9f088145ba488339c78c4df9394fc7 # v2026.524.145234 with: allowEmptyDescription: true checkDiscussions: org diff --git a/.github/workflows/__call-ci-node.yml b/.github/workflows/__call-ci-node.yml index 4e1273df..e0a54848 100644 --- a/.github/workflows/__call-ci-node.yml +++ b/.github/workflows/__call-ci-node.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/actions/actions/release_setup@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 + uses: LizardByte/actions/actions/release_setup@25babf9f2e9f088145ba488339c78c4df9394fc7 # v2026.524.145234 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -126,7 +126,7 @@ jobs: steps: - name: Create Release id: action - uses: LizardByte/actions/actions/release_create@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 + uses: LizardByte/actions/actions/release_create@25babf9f2e9f088145ba488339c78c4df9394fc7 # v2026.524.145234 with: allowUpdates: false artifacts: '' diff --git a/.github/workflows/__call-common-lint.yml b/.github/workflows/__call-common-lint.yml index 90d07e58..5742d701 100644 --- a/.github/workflows/__call-common-lint.yml +++ b/.github/workflows/__call-common-lint.yml @@ -146,7 +146,7 @@ jobs: - name: check-trailing-spaces if: always() - uses: LizardByte/actions/actions/trailing_spaces@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 + uses: LizardByte/actions/actions/trailing_spaces@25babf9f2e9f088145ba488339c78c4df9394fc7 # v2026.524.145234 with: ignore_patterns: ${{ inputs.check_trailing_space_ignore_pattern }} diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index 6010d7d9..6cd9ca4f 100644 --- a/.github/workflows/__call-docker.yml +++ b/.github/workflows/__call-docker.yml @@ -145,7 +145,7 @@ jobs: steps: - name: More space if: inputs.maximize_build_space - uses: LizardByte/actions/actions/more_space@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 + uses: LizardByte/actions/actions/more_space@25babf9f2e9f088145ba488339c78c4df9394fc7 # v2026.524.145234 with: analyze-space-savings: true clean-all: true diff --git a/.github/workflows/__call-update-changelog.yml b/.github/workflows/__call-update-changelog.yml index bcbd12d2..17bc3a71 100644 --- a/.github/workflows/__call-update-changelog.yml +++ b/.github/workflows/__call-update-changelog.yml @@ -25,7 +25,7 @@ jobs: CHANGELOG_FILE: CHANGELOG.md steps: - name: Update Changelog - uses: LizardByte/actions/actions/release_changelog@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 + uses: LizardByte/actions/actions/release_changelog@25babf9f2e9f088145ba488339c78c4df9394fc7 # v2026.524.145234 with: changelogBranch: ${{ env.CHANGELOG_BRANCH }} changelogFile: ${{ env.CHANGELOG_FILE }} diff --git a/.github/workflows/__call-update-homebrew-repo.yml b/.github/workflows/__call-update-homebrew-repo.yml index 15d15c48..1d400b6b 100644 --- a/.github/workflows/__call-update-homebrew-repo.yml +++ b/.github/workflows/__call-update-homebrew-repo.yml @@ -64,7 +64,7 @@ jobs: if: >- steps.check-label.outputs.hasTopic == 'true' && fromJson(steps.download.outputs.downloaded_files)[0] - uses: LizardByte/actions/actions/release_homebrew@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 + uses: LizardByte/actions/actions/release_homebrew@25babf9f2e9f088145ba488339c78c4df9394fc7 # v2026.524.145234 with: formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }} git_email: ${{ secrets.GH_EMAIL }} diff --git a/.github/workflows/__pinact.yml b/.github/workflows/__pinact.yml index ae36ec37..8bc78588 100644 --- a/.github/workflows/__pinact.yml +++ b/.github/workflows/__pinact.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - name: pinact - uses: LizardByte/actions/actions/pinact@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 + uses: LizardByte/actions/actions/pinact@25babf9f2e9f088145ba488339c78c4df9394fc7 # v2026.524.145234 with: dryRun: ${{ github.event.inputs.dryRun }} gitAuthorEmail: ${{ secrets.GH_BOT_EMAIL }} diff --git a/.github/workflows/__social-post.yml b/.github/workflows/__social-post.yml index 2893c178..e8b91dd2 100644 --- a/.github/workflows/__social-post.yml +++ b/.github/workflows/__social-post.yml @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: facebook-post-action - uses: LizardByte/actions/actions/facebook_post@70ea74cf7148e9284359fd8694b3d8829122ee7d # v2026.522.121358 + uses: LizardByte/actions/actions/facebook_post@25babf9f2e9f088145ba488339c78c4df9394fc7 # v2026.524.145234 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}