Skip to content

Commit c2d181d

Browse files
build(deps): bump LizardByte/actions
Bumps the lizardbyte-actions group with 1 update in the / directory: [LizardByte/actions](https://github.com/lizardbyte/actions). Updates `LizardByte/actions` from 2026.116.208 to 2026.129.194351 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](LizardByte/actions@v2026.116.208...v2026.129.194351) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2026.129.194351 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f45839 commit c2d181d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/__audit-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Audit
18-
uses: LizardByte/actions/actions/audit_repos@v2026.116.208
18+
uses: LizardByte/actions/actions/audit_repos@v2026.129.194351
1919
with:
2020
allowEmptyDescription: true
2121
checkDiscussions: org

.github/workflows/__call-ci-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Setup Release
3737
id: setup_release
38-
uses: LizardByte/actions/actions/release_setup@v2026.116.208
38+
uses: LizardByte/actions/actions/release_setup@v2026.129.194351
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
4141

@@ -124,7 +124,7 @@ jobs:
124124
steps:
125125
- name: Create Release
126126
id: action
127-
uses: LizardByte/actions/actions/release_create@v2026.116.208
127+
uses: LizardByte/actions/actions/release_create@v2026.129.194351
128128
with:
129129
allowUpdates: false
130130
artifacts: ''

.github/workflows/__call-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
- name: More space
130130
if: inputs.maximize_build_space
131-
uses: LizardByte/actions/actions/more_space@v2026.116.208
131+
uses: LizardByte/actions/actions/more_space@v2026.129.194351
132132
with:
133133
analyze-space-savings: true
134134
clean-all: true

.github/workflows/__call-update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Update Changelog
21-
uses: LizardByte/actions/actions/release_changelog@v2026.116.208
21+
uses: LizardByte/actions/actions/release_changelog@v2026.129.194351
2222
with:
2323
changelogBranch: changelog
2424
changelogFile: CHANGELOG.md

.github/workflows/__call-update-homebrew-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: >-
5959
steps.check-label.outputs.hasTopic == 'true' &&
6060
fromJson(steps.download.outputs.downloaded_files)[0]
61-
uses: LizardByte/actions/actions/release_homebrew@v2026.116.208
61+
uses: LizardByte/actions/actions/release_homebrew@v2026.129.194351
6262
with:
6363
formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }}
6464
git_email: ${{ secrets.GH_EMAIL }}

.github/workflows/__social-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: facebook-post-action
69-
uses: LizardByte/actions/actions/facebook_post@v2026.116.208
69+
uses: LizardByte/actions/actions/facebook_post@v2026.129.194351
7070
with:
7171
page_id: ${{ secrets.FACEBOOK_PAGE_ID }}
7272
access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)