Skip to content

Commit 9e7b6e3

Browse files
build(deps): bump LizardByte/actions from 2026.212.22356 to 2026.214.14019 in the lizardbyte-actions group across 1 directory (#610)
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.212.22356 to 2026.214.14019 - [Release notes](https://github.com/lizardbyte/actions/releases) - [Commits](LizardByte/actions@9bf3ef7...6be4ea6) --- updated-dependencies: - dependency-name: LizardByte/actions dependency-version: 2026.214.14019 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 d92b7a3 commit 9e7b6e3

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
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Audit
18-
uses: LizardByte/actions/actions/audit_repos@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
18+
uses: LizardByte/actions/actions/audit_repos@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
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
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Setup Release
3636
id: setup_release
37-
uses: LizardByte/actions/actions/release_setup@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
37+
uses: LizardByte/actions/actions/release_setup@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
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@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
129+
uses: LizardByte/actions/actions/release_create@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
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
@@ -129,7 +129,7 @@ jobs:
129129
steps:
130130
- name: More space
131131
if: inputs.maximize_build_space
132-
uses: LizardByte/actions/actions/more_space@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
132+
uses: LizardByte/actions/actions/more_space@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
133133
with:
134134
analyze-space-savings: true
135135
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@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
21+
uses: LizardByte/actions/actions/release_changelog@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
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@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
61+
uses: LizardByte/actions/actions/release_homebrew@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
6262
with:
6363
formula_file: ${{ fromJson(steps.download.outputs.downloaded_files)[0] }}
6464
git_email: ${{ secrets.GH_EMAIL }}

.github/workflows/__pinact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: pinact
46-
uses: LizardByte/actions/actions/pinact@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
46+
uses: LizardByte/actions/actions/pinact@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
4747
with:
4848
dryRun: ${{ github.event.inputs.dryRun }}
4949
gitAuthorEmail: ${{ secrets.GH_BOT_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@9bf3ef783775e17fe6b8dde3585d94ec570b93c2 # v2026.212.22356
69+
uses: LizardByte/actions/actions/facebook_post@6be4ea62064b64957aa880252fe353cd65bcdef7 # v2026.214.14019
7070
with:
7171
page_id: ${{ secrets.FACEBOOK_PAGE_ID }}
7272
access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)