From a522822722b7df527382fe680632754c08561159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 02:32:32 +0000 Subject: [PATCH] build(deps): bump the lizardbyte-actions group across 1 directory with 5 updates Bumps the lizardbyte-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [LizardByte/setup-release-action](https://github.com/lizardbyte/setup-release-action) | `2025.426.225` | `2025.612.30126` | | [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) | `2025.426.1549` | `2025.612.13419` | | [LizardByte/update-changelog-action](https://github.com/lizardbyte/update-changelog-action) | `2025.426.173858` | `2025.612.13640` | | [LizardByte/homebrew-release-action](https://github.com/lizardbyte/homebrew-release-action) | `2025.506.15440` | `2025.612.32237` | | [LizardByte/facebook-post-action](https://github.com/lizardbyte/facebook-post-action) | `2025.503.751` | `2025.612.12807` | Updates `LizardByte/setup-release-action` from 2025.426.225 to 2025.612.30126 - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](https://github.com/lizardbyte/setup-release-action/compare/v2025.426.225...v2025.612.30126) Updates `LizardByte/create-release-action` from 2025.426.1549 to 2025.612.13419 - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](https://github.com/lizardbyte/create-release-action/compare/v2025.426.1549...v2025.612.13419) Updates `LizardByte/update-changelog-action` from 2025.426.173858 to 2025.612.13640 - [Release notes](https://github.com/lizardbyte/update-changelog-action/releases) - [Commits](https://github.com/lizardbyte/update-changelog-action/compare/v2025.426.173858...v2025.612.13640) Updates `LizardByte/homebrew-release-action` from 2025.506.15440 to 2025.612.32237 - [Release notes](https://github.com/lizardbyte/homebrew-release-action/releases) - [Commits](https://github.com/lizardbyte/homebrew-release-action/compare/v2025.506.15440...v2025.612.32237) Updates `LizardByte/facebook-post-action` from 2025.503.751 to 2025.612.12807 - [Release notes](https://github.com/lizardbyte/facebook-post-action/releases) - [Commits](https://github.com/lizardbyte/facebook-post-action/compare/v2025.503.751...v2025.612.12807) --- updated-dependencies: - dependency-name: LizardByte/setup-release-action dependency-version: 2025.612.30126 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions - dependency-name: LizardByte/create-release-action dependency-version: 2025.612.13419 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions - dependency-name: LizardByte/update-changelog-action dependency-version: 2025.612.13640 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions - dependency-name: LizardByte/homebrew-release-action dependency-version: 2025.612.32237 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions - dependency-name: LizardByte/facebook-post-action dependency-version: 2025.612.12807 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/__call-docker.yml | 4 ++-- .github/workflows/__call-update-changelog.yml | 2 +- .github/workflows/__call-update-homebrew-repo.yml | 2 +- .github/workflows/__social-post.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index 1d337ea0..631c5b29 100644 --- a/.github/workflows/__call-docker.yml +++ b/.github/workflows/__call-docker.yml @@ -131,7 +131,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2025.426.225 + uses: LizardByte/setup-release-action@v2025.612.120948 with: dotnet: ${{ needs.check_dockerfiles.outputs.dotnet }} github_token: ${{ secrets.GH_TOKEN }} @@ -364,7 +364,7 @@ jobs: if: > needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' - uses: LizardByte/create-release-action@v2025.426.1549 + uses: LizardByte/create-release-action@v2025.612.13419 with: allowUpdates: true artifacts: "*artifacts/*" diff --git a/.github/workflows/__call-update-changelog.yml b/.github/workflows/__call-update-changelog.yml index 9a429f8e..d7940dfb 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/update-changelog-action@v2025.426.173858 + uses: LizardByte/update-changelog-action@v2025.612.123427 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 c7d30096..c37d9687 100644 --- a/.github/workflows/__call-update-homebrew-repo.yml +++ b/.github/workflows/__call-update-homebrew-repo.yml @@ -62,7 +62,7 @@ jobs: if: >- steps.check-label.outputs.hasTopic == 'true' && fromJson(steps.download.outputs.downloaded_files)[0] - uses: LizardByte/homebrew-release-action@v2025.506.15440 + uses: LizardByte/homebrew-release-action@v2025.612.123332 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 68650048..f947e1a1 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/facebook-post-action@v2025.503.751 + uses: LizardByte/facebook-post-action@v2025.612.124707 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}