Skip to content

Commit ef3c5c4

Browse files
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.715.25226 to 2025.814.40518 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](LizardByte/actions@v2025.715.25226...v2025.814.40518) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2025.814.40518 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4f4bb9 commit ef3c5c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.715.25226
21+
uses: LizardByte/actions/actions/release_changelog@v2025.814.40518
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.715.25226
61+
uses: LizardByte/actions/actions/release_homebrew@v2025.814.40518
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.715.25226
69+
uses: LizardByte/actions/actions/facebook_post@v2025.814.40518
7070
with:
7171
page_id: ${{ secrets.FACEBOOK_PAGE_ID }}
7272
access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)