Skip to content

Commit 1299bf5

Browse files
build(deps): bump the lizardbyte-actions group with 2 updates
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] <support@github.com>
1 parent a8dd55b commit 1299bf5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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/*"

.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)