From f96d1d607e22e356932c51fbd78d33b7f1764ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 16:00:33 +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 2025.1028.23217 to 2025.1220.21713 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](https://github.com/lizardbyte/actions/compare/v2025.1028.23217...v2025.1220.21713) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2025.1220.21713 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/__social-post.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/__audit-repos.yml b/.github/workflows/__audit-repos.yml index 16aa6929..a5430f06 100644 --- a/.github/workflows/__audit-repos.yml +++ b/.github/workflows/__audit-repos.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Audit - uses: LizardByte/actions/actions/audit_repos@v2025.1028.23217 + uses: LizardByte/actions/actions/audit_repos@v2025.1220.21713 with: allowEmptyDescription: true checkDiscussions: org diff --git a/.github/workflows/__call-ci-node.yml b/.github/workflows/__call-ci-node.yml index 552b7a87..2b864b44 100644 --- a/.github/workflows/__call-ci-node.yml +++ b/.github/workflows/__call-ci-node.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/actions/actions/release_setup@v2025.1028.23217 + uses: LizardByte/actions/actions/release_setup@v2025.1220.21713 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -124,7 +124,7 @@ jobs: steps: - name: Create Release id: action - uses: LizardByte/actions/actions/release_create@v2025.1028.23217 + uses: LizardByte/actions/actions/release_create@v2025.1220.21713 with: allowUpdates: false artifacts: '' diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index df708b0f..4aaa6d90 100644 --- a/.github/workflows/__call-docker.yml +++ b/.github/workflows/__call-docker.yml @@ -128,7 +128,7 @@ jobs: steps: - name: More space if: inputs.maximize_build_space - uses: LizardByte/actions/actions/more_space@v2025.1028.23217 + uses: LizardByte/actions/actions/more_space@v2025.1220.21713 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 18ff867b..43351c0e 100644 --- a/.github/workflows/__call-update-changelog.yml +++ b/.github/workflows/__call-update-changelog.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Update Changelog - uses: LizardByte/actions/actions/release_changelog@v2025.1028.23217 + uses: LizardByte/actions/actions/release_changelog@v2025.1220.21713 with: changelogBranch: changelog changelogFile: CHANGELOG.md diff --git a/.github/workflows/__call-update-homebrew-repo.yml b/.github/workflows/__call-update-homebrew-repo.yml index 4cde26db..dafb70c8 100644 --- a/.github/workflows/__call-update-homebrew-repo.yml +++ b/.github/workflows/__call-update-homebrew-repo.yml @@ -58,7 +58,7 @@ jobs: if: >- steps.check-label.outputs.hasTopic == 'true' && fromJson(steps.download.outputs.downloaded_files)[0] - uses: LizardByte/actions/actions/release_homebrew@v2025.1028.23217 + uses: LizardByte/actions/actions/release_homebrew@v2025.1220.21713 with: formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }} git_email: ${{ secrets.GH_EMAIL }} diff --git a/.github/workflows/__social-post.yml b/.github/workflows/__social-post.yml index 71af5da6..5dc7295c 100644 --- a/.github/workflows/__social-post.yml +++ b/.github/workflows/__social-post.yml @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - name: facebook-post-action - uses: LizardByte/actions/actions/facebook_post@v2025.1028.23217 + uses: LizardByte/actions/actions/facebook_post@v2025.1220.21713 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}