Skip to content

Commit bb79557

Browse files
build(deps): bump the lizardbyte-actions group across 1 directory with 2 updates (#3504)
Bumps the lizardbyte-actions group with 2 updates in the / directory: [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 5793ff7 commit bb79557

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Setup Release
4343
id: setup_release
44-
uses: LizardByte/setup-release-action@v2024.919.143601
44+
uses: LizardByte/setup-release-action@v2025.102.14715
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
4747

@@ -299,7 +299,7 @@ jobs:
299299

300300
- name: Create/Update GitHub Release
301301
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
302-
uses: LizardByte/create-release-action@v2024.919.143026
302+
uses: LizardByte/create-release-action@v2025.102.13208
303303
with:
304304
allowUpdates: true
305305
body: ${{ needs.setup_release.outputs.release_body }}
@@ -513,7 +513,7 @@ jobs:
513513

514514
- name: Create/Update GitHub Release
515515
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
516-
uses: LizardByte/create-release-action@v2024.919.143026
516+
uses: LizardByte/create-release-action@v2025.102.13208
517517
with:
518518
allowUpdates: true
519519
body: ${{ needs.setup_release.outputs.release_body }}
@@ -656,7 +656,7 @@ jobs:
656656
if: >-
657657
matrix.release &&
658658
needs.setup_release.outputs.publish_release == 'true'
659-
uses: LizardByte/create-release-action@v2024.919.143026
659+
uses: LizardByte/create-release-action@v2025.102.13208
660660
with:
661661
allowUpdates: true
662662
artifacts: '${{ github.workspace }}/homebrew/*'
@@ -946,7 +946,7 @@ jobs:
946946

947947
- name: Create/Update GitHub Release
948948
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
949-
uses: LizardByte/create-release-action@v2024.919.143026
949+
uses: LizardByte/create-release-action@v2025.102.13208
950950
with:
951951
allowUpdates: true
952952
body: ${{ needs.setup_release.outputs.release_body }}
@@ -1229,7 +1229,7 @@ jobs:
12291229

12301230
- name: Create/Update GitHub Release
12311231
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
1232-
uses: LizardByte/create-release-action@v2024.919.143026
1232+
uses: LizardByte/create-release-action@v2025.102.13208
12331233
with:
12341234
allowUpdates: true
12351235
body: ${{ needs.setup_release.outputs.release_body }}

.github/workflows/ci-docker.yml

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

116116
- name: Setup Release
117117
id: setup_release
118-
uses: LizardByte/setup-release-action@v2024.919.143601
118+
uses: LizardByte/setup-release-action@v2025.102.14715
119119
with:
120120
dotnet: ${{ needs.check_dockerfiles.outputs.dotnet }}
121121
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -344,7 +344,7 @@ jobs:
344344

345345
- name: Create/Update GitHub Release
346346
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
347-
uses: LizardByte/create-release-action@v2024.919.143026
347+
uses: LizardByte/create-release-action@v2025.102.13208
348348
with:
349349
allowUpdates: true
350350
artifacts: "*artifacts/*"

0 commit comments

Comments
 (0)