Skip to content

Commit 357e39e

Browse files
build(deps): bump the lizardbyte-actions group with 2 updates (#156)
Bumps the lizardbyte-actions group with 2 updates: [LizardByte/setup-release-action](https://github.com/lizardbyte/setup-release-action) and [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action). Updates `LizardByte/setup-release-action` from 2025.426.225 to 2025.612.30126 - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](LizardByte/setup-release-action@v2025.426.225...v2025.612.30126) Updates `LizardByte/create-release-action` from 2025.426.1549 to 2025.612.13419 - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](LizardByte/create-release-action@v2025.426.1549...v2025.612.13419) --- updated-dependencies: - dependency-name: LizardByte/setup-release-action dependency-version: 2025.612.30126 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions - dependency-name: LizardByte/create-release-action dependency-version: 2025.612.13419 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 756e180 commit 357e39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

3939
- name: Setup Release
4040
id: setup_release
41-
uses: LizardByte/setup-release-action@v2025.426.225
41+
uses: LizardByte/setup-release-action@v2025.612.120948
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444

@@ -341,7 +341,7 @@ jobs:
341341
342342
- name: Create/Update GitHub Release
343343
if: needs.setup_release.outputs.publish_release == 'true'
344-
uses: LizardByte/create-release-action@v2025.426.1549
344+
uses: LizardByte/create-release-action@v2025.612.13419
345345
with:
346346
allowUpdates: true
347347
body: ${{ needs.setup_release.outputs.release_body }}

0 commit comments

Comments
 (0)