Skip to content

Commit 551ed0c

Browse files
build(deps): bump the lizardbyte-actions group with 2 updates (#381)
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 2024.919.143601 to 2025.102.14715 - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](LizardByte/setup-release-action@v2024.919.143601...v2025.102.14715) Updates `LizardByte/create-release-action` from 2024.919.143026 to 2025.102.13208 - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](LizardByte/create-release-action@v2024.919.143026...v2025.102.13208) --- updated-dependencies: - dependency-name: LizardByte/setup-release-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: lizardbyte-actions - dependency-name: LizardByte/create-release-action dependency-type: direct:production update-type: version-update:semver-major 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 1f6dfd4 commit 551ed0c

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
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Setup Release
2222
id: setup-release
23-
uses: LizardByte/setup-release-action@v2024.919.143601
23+
uses: LizardByte/setup-release-action@v2025.102.14715
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626

@@ -80,7 +80,7 @@ jobs:
8080
if: >-
8181
(github.event_name == 'push' && github.ref == 'refs/heads/master') &&
8282
steps.setup-release.outputs.publish_release == 'true'
83-
uses: LizardByte/create-release-action@v2024.919.143026
83+
uses: LizardByte/create-release-action@v2025.102.13208
8484
with:
8585
allowUpdates: true
8686
artifacts: ''

0 commit comments

Comments
 (0)