Skip to content

Commit 4736989

Browse files
build(deps): bump LizardByte/actions from 2025.711.172650 to 2025.715.25226 in the lizardbyte-actions group (#483)
build(deps): bump LizardByte/actions in the lizardbyte-actions group Bumps the lizardbyte-actions group with 1 update: [LizardByte/actions](https://github.com/lizardbyte/actions). Updates `LizardByte/actions` from 2025.711.172650 to 2025.715.25226 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](LizardByte/actions@v2025.711.172650...v2025.715.25226) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2025.715.25226 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ea70c9 commit 4736989

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/__call-update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Update Changelog
21-
uses: LizardByte/actions/actions/release_changelog@v2025.711.172650
21+
uses: LizardByte/actions/actions/release_changelog@v2025.715.25226
2222
with:
2323
changelogBranch: changelog
2424
changelogFile: CHANGELOG.md

.github/workflows/__call-update-homebrew-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: >-
5959
steps.check-label.outputs.hasTopic == 'true' &&
6060
fromJson(steps.download.outputs.downloaded_files)[0]
61-
uses: LizardByte/actions/actions/release_homebrew@v2025.711.172650
61+
uses: LizardByte/actions/actions/release_homebrew@v2025.715.25226
6262
with:
6363
formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }}
6464
git_email: ${{ secrets.GH_EMAIL }}

.github/workflows/__social-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: facebook-post-action
69-
uses: LizardByte/actions/actions/facebook_post@v2025.711.172650
69+
uses: LizardByte/actions/actions/facebook_post@v2025.715.25226
7070
with:
7171
page_id: ${{ secrets.FACEBOOK_PAGE_ID }}
7272
access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)