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/__audit-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Audit
uses: LizardByte/actions/actions/audit_repos@v2025.1028.23217
uses: LizardByte/actions/actions/audit_repos@v2025.1220.21713
with:
allowEmptyDescription: true
checkDiscussions: org
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/__call-ci-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Setup Release
id: setup_release
uses: LizardByte/actions/actions/release_setup@v2025.1028.23217
uses: LizardByte/actions/actions/release_setup@v2025.1220.21713
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
steps:
- name: Create Release
id: action
uses: LizardByte/actions/actions/release_create@v2025.1028.23217
uses: LizardByte/actions/actions/release_create@v2025.1220.21713
with:
allowUpdates: false
artifacts: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__call-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
steps:
- name: More space
if: inputs.maximize_build_space
uses: LizardByte/actions/actions/more_space@v2025.1028.23217
uses: LizardByte/actions/actions/more_space@v2025.1220.21713
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.1028.23217
uses: LizardByte/actions/actions/release_changelog@v2025.1220.21713
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.1028.23217
uses: LizardByte/actions/actions/release_homebrew@v2025.1220.21713
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.1028.23217
uses: LizardByte/actions/actions/facebook_post@v2025.1220.21713
with:
page_id: ${{ secrets.FACEBOOK_PAGE_ID }}
access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}
Expand Down