Skip to content

Commit 07254da

Browse files
build(deps): bump the lizardbyte-actions group with 2 updates (#397)
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.102.14715 to 2025.426.225 - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](LizardByte/setup-release-action@v2025.102.14715...v2025.426.225) Updates `LizardByte/create-release-action` from 2025.102.13208 to 2025.426.1549 - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](LizardByte/create-release-action@v2025.102.13208...v2025.426.1549) --- updated-dependencies: - dependency-name: LizardByte/setup-release-action dependency-version: 2025.426.225 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions - dependency-name: LizardByte/create-release-action dependency-version: 2025.426.1549 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 5fe40e7 commit 07254da

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
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Setup Release
2929
id: setup-release
30-
uses: LizardByte/setup-release-action@v2025.102.14715
30+
uses: LizardByte/setup-release-action@v2025.426.225
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333

@@ -87,7 +87,7 @@ jobs:
8787
if: >-
8888
(github.event_name == 'push' && github.ref == 'refs/heads/master') &&
8989
steps.setup-release.outputs.publish_release == 'true'
90-
uses: LizardByte/create-release-action@v2025.102.13208
90+
uses: LizardByte/create-release-action@v2025.426.1549
9191
with:
9292
allowUpdates: true
9393
artifacts: ''

0 commit comments

Comments
 (0)