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
4 changes: 2 additions & 2 deletions .github/workflows/__call-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:

- name: Setup Release
id: setup_release
uses: LizardByte/setup-release-action@v2025.426.225
uses: LizardByte/setup-release-action@v2025.612.120948
with:
dotnet: ${{ needs.check_dockerfiles.outputs.dotnet }}
github_token: ${{ secrets.GH_TOKEN }}
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
if: >
needs.setup_release.outputs.publish_release == 'true' &&
steps.prepare.outputs.artifacts == 'true'
uses: LizardByte/create-release-action@v2025.426.1549
uses: LizardByte/create-release-action@v2025.612.13419
with:
allowUpdates: true
artifacts: "*artifacts/*"
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/update-changelog-action@v2025.426.173858
uses: LizardByte/update-changelog-action@v2025.612.123427
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 @@ -62,7 +62,7 @@ jobs:
if: >-
steps.check-label.outputs.hasTopic == 'true' &&
fromJson(steps.download.outputs.downloaded_files)[0]
uses: LizardByte/homebrew-release-action@v2025.506.15440
uses: LizardByte/homebrew-release-action@v2025.612.123332
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/facebook-post-action@v2025.503.751
uses: LizardByte/facebook-post-action@v2025.612.124707
with:
page_id: ${{ secrets.FACEBOOK_PAGE_ID }}
access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}
Expand Down