diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index 1d337ea0..631c5b29 100644 --- a/.github/workflows/__call-docker.yml +++ b/.github/workflows/__call-docker.yml @@ -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 }} @@ -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/*" diff --git a/.github/workflows/__call-update-changelog.yml b/.github/workflows/__call-update-changelog.yml index 9a429f8e..d7940dfb 100644 --- a/.github/workflows/__call-update-changelog.yml +++ b/.github/workflows/__call-update-changelog.yml @@ -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 diff --git a/.github/workflows/__call-update-homebrew-repo.yml b/.github/workflows/__call-update-homebrew-repo.yml index c7d30096..c37d9687 100644 --- a/.github/workflows/__call-update-homebrew-repo.yml +++ b/.github/workflows/__call-update-homebrew-repo.yml @@ -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 }} diff --git a/.github/workflows/__social-post.yml b/.github/workflows/__social-post.yml index 68650048..f947e1a1 100644 --- a/.github/workflows/__social-post.yml +++ b/.github/workflows/__social-post.yml @@ -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 }}