Skip to content

Commit b63bfed

Browse files
build(deps): bump LizardByte/actions from 2025.907.21827 to 2025.914.154454 in the lizardbyte-actions group (#523)
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.907.21827 to 2025.914.154454 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](LizardByte/actions@v2025.907.21827...v2025.914.154454) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2025.914.154454 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 e0985d2 commit b63bfed

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/__call-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
steps:
135135
- name: More space
136136
if: inputs.maximize_build_space
137-
uses: LizardByte/actions/actions/more_space@v2025.907.21827
137+
uses: LizardByte/actions/actions/more_space@v2025.914.154454
138138
with:
139139
analyze-space-savings: true
140140
clean-all: true

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

0 commit comments

Comments
 (0)