Skip to content

Commit 6ad001a

Browse files
chore(deps): bump the lizardbyte-actions group with 2 updates (#24)
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 bfa16dd commit 6ad001a

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
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Setup Release
3636
id: setup_release
37-
uses: LizardByte/setup-release-action@v2024.919.143601
37+
uses: LizardByte/setup-release-action@v2025.102.14715
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040

@@ -215,7 +215,7 @@ jobs:
215215
- name: Create/Update GitHub Release
216216
# only publish release on ubuntu-latest, is there any difference between the different builds?
217217
if: ${{ needs.setup_release.outputs.publish_release == 'true' && matrix.os == 'ubuntu-latest' }}
218-
uses: LizardByte/create-release-action@v2024.919.143026
218+
uses: LizardByte/create-release-action@v2025.102.13208
219219
with:
220220
allowUpdates: true
221221
body: ${{ needs.setup_release.outputs.release_body }}

0 commit comments

Comments
 (0)