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](https://github.com/lizardbyte/setup-release-action/compare/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](https://github.com/lizardbyte/create-release-action/compare/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
12
.github/workflows/CI.yml
vendored
12
.github/workflows/CI.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Release
|
- name: Setup Release
|
||||||
id: setup_release
|
id: setup_release
|
||||||
uses: LizardByte/setup-release-action@v2024.919.143601
|
uses: LizardByte/setup-release-action@v2025.102.14715
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
@@ -299,7 +299,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- name: Create/Update GitHub Release
|
||||||
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
||||||
uses: LizardByte/create-release-action@v2024.919.143026
|
uses: LizardByte/create-release-action@v2025.102.13208
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
body: ${{ needs.setup_release.outputs.release_body }}
|
body: ${{ needs.setup_release.outputs.release_body }}
|
||||||
@@ -513,7 +513,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- name: Create/Update GitHub Release
|
||||||
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
||||||
uses: LizardByte/create-release-action@v2024.919.143026
|
uses: LizardByte/create-release-action@v2025.102.13208
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
body: ${{ needs.setup_release.outputs.release_body }}
|
body: ${{ needs.setup_release.outputs.release_body }}
|
||||||
@@ -656,7 +656,7 @@ jobs:
|
|||||||
if: >-
|
if: >-
|
||||||
matrix.release &&
|
matrix.release &&
|
||||||
needs.setup_release.outputs.publish_release == 'true'
|
needs.setup_release.outputs.publish_release == 'true'
|
||||||
uses: LizardByte/create-release-action@v2024.919.143026
|
uses: LizardByte/create-release-action@v2025.102.13208
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: '${{ github.workspace }}/homebrew/*'
|
artifacts: '${{ github.workspace }}/homebrew/*'
|
||||||
@@ -946,7 +946,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- name: Create/Update GitHub Release
|
||||||
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
||||||
uses: LizardByte/create-release-action@v2024.919.143026
|
uses: LizardByte/create-release-action@v2025.102.13208
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
body: ${{ needs.setup_release.outputs.release_body }}
|
body: ${{ needs.setup_release.outputs.release_body }}
|
||||||
@@ -1229,7 +1229,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- name: Create/Update GitHub Release
|
||||||
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
if: ${{ needs.setup_release.outputs.publish_release == 'true' }}
|
||||||
uses: LizardByte/create-release-action@v2024.919.143026
|
uses: LizardByte/create-release-action@v2025.102.13208
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
body: ${{ needs.setup_release.outputs.release_body }}
|
body: ${{ needs.setup_release.outputs.release_body }}
|
||||||
|
|||||||
4
.github/workflows/ci-docker.yml
vendored
4
.github/workflows/ci-docker.yml
vendored
@@ -115,7 +115,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Release
|
- name: Setup Release
|
||||||
id: setup_release
|
id: setup_release
|
||||||
uses: LizardByte/setup-release-action@v2024.919.143601
|
uses: LizardByte/setup-release-action@v2025.102.14715
|
||||||
with:
|
with:
|
||||||
dotnet: ${{ needs.check_dockerfiles.outputs.dotnet }}
|
dotnet: ${{ needs.check_dockerfiles.outputs.dotnet }}
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@@ -344,7 +344,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create/Update GitHub Release
|
- name: Create/Update GitHub Release
|
||||||
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
|
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
|
||||||
uses: LizardByte/create-release-action@v2024.919.143026
|
uses: LizardByte/create-release-action@v2025.102.13208
|
||||||
with:
|
with:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: "*artifacts/*"
|
artifacts: "*artifacts/*"
|
||||||
|
|||||||
Reference in New Issue
Block a user