From b82b4818a1ed4251e734e0952ce7d48311a9adff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:03:28 +0000 Subject: [PATCH] build(deps): bump LizardByte/create-release-action from 2024.611.132610 to 2024.614.221009 (#2693) build(deps): bump LizardByte/create-release-action Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2024.611.132610 to 2024.614.221009. - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](https://github.com/lizardbyte/create-release-action/compare/v2024.611.132610...v2024.614.221009) --- updated-dependencies: - dependency-name: LizardByte/create-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CI.yml | 10 +++++----- .github/workflows/ci-docker.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6bfa7b133ad..18f3ca40409 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -180,7 +180,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.611.132610 + uses: LizardByte/create-release-action@v2024.614.221009 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} @@ -466,7 +466,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.611.132610 + uses: LizardByte/create-release-action@v2024.614.221009 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} @@ -577,7 +577,7 @@ jobs: if: >- matrix.release && needs.setup_release.outputs.publish_release == 'true' - uses: LizardByte/create-release-action@v2024.611.132610 + uses: LizardByte/create-release-action@v2024.614.221009 with: allowUpdates: true artifacts: '${{ github.workspace }}/homebrew/*' @@ -830,7 +830,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.611.132610 + uses: LizardByte/create-release-action@v2024.614.221009 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} @@ -1098,7 +1098,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.611.132610 + uses: LizardByte/create-release-action@v2024.614.221009 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 91ebb7dde78..0874fd88e2d 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -362,7 +362,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }} - uses: LizardByte/create-release-action@v2024.611.132610 + uses: LizardByte/create-release-action@v2024.614.221009 with: allowUpdates: true artifacts: "*artifacts/*"