From 57623c0ce4e60d64eb776da57ccbf6e07b293935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:18:21 +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 2026.214.14019 to 2026.227.132933 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](https://github.com/lizardbyte/actions/compare/6be4ea62064b64957aa880252fe353cd65bcdef7...30be428f5c54b82056fe9d63e8c4da4b86130ebe) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2026.227.132933 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/__audit-repos.yml | 2 +- .github/workflows/__call-ci-node.yml | 4 ++-- .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 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/__audit-repos.yml b/.github/workflows/__audit-repos.yml index ed0c3538..e8cb5a1b 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@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 + uses: LizardByte/actions/actions/audit_repos@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 with: allowEmptyDescription: true checkDiscussions: org diff --git a/.github/workflows/__call-ci-node.yml b/.github/workflows/__call-ci-node.yml index 6eed822e..8c2556aa 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@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 + uses: LizardByte/actions/actions/release_setup@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -126,7 +126,7 @@ jobs: steps: - name: Create Release id: action - uses: LizardByte/actions/actions/release_create@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 + uses: LizardByte/actions/actions/release_create@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 with: allowUpdates: false artifacts: '' diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index 866ceeee..857b40aa 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@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 + uses: LizardByte/actions/actions/more_space@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 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 bffdcd22..b95666ff 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@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 + uses: LizardByte/actions/actions/release_changelog@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 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 ec83a8c2..6e3e5824 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@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 + uses: LizardByte/actions/actions/release_homebrew@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 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 fe34e4c0..bf351254 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@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 + uses: LizardByte/actions/actions/pinact@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 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 028d7f6d..a2a7288e 100644 --- a/.github/workflows/__social-post.yml +++ b/.github/workflows/__social-post.yml @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest steps: - name: facebook-post-action - uses: LizardByte/actions/actions/facebook_post@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019 + uses: LizardByte/actions/actions/facebook_post@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}