Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/__call-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
steps:
- name: More space
if: inputs.maximize_build_space
uses: LizardByte/actions/actions/more_space@v2025.929.125237
uses: LizardByte/actions/actions/more_space@v2025.1011.184228
with:
analyze-space-savings: true
clean-all: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__call-update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update Changelog
uses: LizardByte/actions/actions/release_changelog@v2025.929.125237
uses: LizardByte/actions/actions/release_changelog@v2025.1011.184228
with:
changelogBranch: changelog
changelogFile: CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__call-update-homebrew-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.929.125237
uses: LizardByte/actions/actions/release_homebrew@v2025.1011.184228
with:
formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }}
git_email: ${{ secrets.GH_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__social-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: facebook-post-action
uses: LizardByte/actions/actions/facebook_post@v2025.929.125237
uses: LizardByte/actions/actions/facebook_post@v2025.1011.184228
with:
page_id: ${{ secrets.FACEBOOK_PAGE_ID }}
access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}
Expand Down