Skip to content

Commit 796b637

Browse files
build(deps): bump LizardByte/actions from 2026.214.14019 to 2026.227.132933 in the lizardbyte-actions group across 1 directory (#623)
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.214.14019 to 2026.227.132933 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](LizardByte/actions@6be4ea6...30be428) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2026.227.132933 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e61e34f commit 796b637

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/__audit-repos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Audit
19-
uses: LizardByte/actions/actions/audit_repos@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
19+
uses: LizardByte/actions/actions/audit_repos@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933
2020
with:
2121
allowEmptyDescription: true
2222
checkDiscussions: org

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

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

3535
- name: Setup Release
3636
id: setup_release
37-
uses: LizardByte/actions/actions/release_setup@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
37+
uses: LizardByte/actions/actions/release_setup@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040

@@ -126,7 +126,7 @@ jobs:
126126
steps:
127127
- name: Create Release
128128
id: action
129-
uses: LizardByte/actions/actions/release_create@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
129+
uses: LizardByte/actions/actions/release_create@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933
130130
with:
131131
allowUpdates: false
132132
artifacts: ''

.github/workflows/__call-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
steps:
146146
- name: More space
147147
if: inputs.maximize_build_space
148-
uses: LizardByte/actions/actions/more_space@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
148+
uses: LizardByte/actions/actions/more_space@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933
149149
with:
150150
analyze-space-savings: true
151151
clean-all: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
CHANGELOG_FILE: CHANGELOG.md
2626
steps:
2727
- name: Update Changelog
28-
uses: LizardByte/actions/actions/release_changelog@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
28+
uses: LizardByte/actions/actions/release_changelog@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933
2929
with:
3030
changelogBranch: ${{ env.CHANGELOG_BRANCH }}
3131
changelogFile: ${{ env.CHANGELOG_FILE }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: >-
6565
steps.check-label.outputs.hasTopic == 'true' &&
6666
fromJson(steps.download.outputs.downloaded_files)[0]
67-
uses: LizardByte/actions/actions/release_homebrew@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
67+
uses: LizardByte/actions/actions/release_homebrew@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933
6868
with:
6969
formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }}
7070
git_email: ${{ secrets.GH_EMAIL }}

.github/workflows/__pinact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: pinact
47-
uses: LizardByte/actions/actions/pinact@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
47+
uses: LizardByte/actions/actions/pinact@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933
4848
with:
4949
dryRun: ${{ github.event.inputs.dryRun }}
5050
gitAuthorEmail: ${{ secrets.GH_BOT_EMAIL }}

.github/workflows/__social-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: facebook-post-action
71-
uses: LizardByte/actions/actions/facebook_post@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
71+
uses: LizardByte/actions/actions/facebook_post@30be428f5c54b82056fe9d63e8c4da4b86130ebe # v2026.227.132933
7272
with:
7373
page_id: ${{ secrets.FACEBOOK_PAGE_ID }}
7474
access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)