diff --git a/.github/workflows/__audit-repos.yml b/.github/workflows/__audit-repos.yml index 3316b394..16aa6929 100644 --- a/.github/workflows/__audit-repos.yml +++ b/.github/workflows/__audit-repos.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Audit - uses: LizardByte/actions/actions/audit_repos@v2025.1011.184228 + uses: LizardByte/actions/actions/audit_repos@v2025.1028.23217 with: allowEmptyDescription: true checkDiscussions: org diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index 2567ed92..12527e83 100644 --- a/.github/workflows/__call-docker.yml +++ b/.github/workflows/__call-docker.yml @@ -134,7 +134,7 @@ jobs: steps: - name: More space if: inputs.maximize_build_space - uses: LizardByte/actions/actions/more_space@v2025.1011.184228 + uses: LizardByte/actions/actions/more_space@v2025.1028.23217 with: analyze-space-savings: true clean-all: true diff --git a/.github/workflows/__call-update-changelog.yml b/.github/workflows/__call-update-changelog.yml index f835112c..18ff867b 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/actions/actions/release_changelog@v2025.1011.184228 + uses: LizardByte/actions/actions/release_changelog@v2025.1028.23217 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 c9594881..ca9e11fa 100644 --- a/.github/workflows/__call-update-homebrew-repo.yml +++ b/.github/workflows/__call-update-homebrew-repo.yml @@ -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.1011.184228 + uses: LizardByte/actions/actions/release_homebrew@v2025.1028.23217 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 ab4fd2cd..d5507cd5 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/actions/actions/facebook_post@v2025.1011.184228 + uses: LizardByte/actions/actions/facebook_post@v2025.1028.23217 with: page_id: ${{ secrets.FACEBOOK_PAGE_ID }} access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}