From cd5c9ae33fbd8a78392d40459003f79c31b52ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 12:54:15 -0400 Subject: [PATCH] build(deps): bump LizardByte/create-release-action from 2024.524.143912 to 2024.608.160245 (#2647) build(deps): bump LizardByte/create-release-action Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2024.524.143912 to 2024.608.160245. - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](https://github.com/lizardbyte/create-release-action/compare/v2024.524.143912...v2024.608.160245) --- 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 1d902563fce..9c794283188 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -178,7 +178,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.524.143912 + uses: LizardByte/create-release-action@v2024.608.160245 with: allowUpdates: true discussionCategory: announcements @@ -468,7 +468,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.524.143912 + uses: LizardByte/create-release-action@v2024.608.160245 with: allowUpdates: true discussionCategory: announcements @@ -566,7 +566,7 @@ jobs: if: >- matrix.release && needs.setup_release.outputs.publish_release == 'true' - uses: LizardByte/create-release-action@v2024.524.143912 + uses: LizardByte/create-release-action@v2024.608.160245 with: allowUpdates: true artifacts: '${{ github.workspace }}/homebrew/*' @@ -807,7 +807,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.524.143912 + uses: LizardByte/create-release-action@v2024.608.160245 with: allowUpdates: true discussionCategory: announcements @@ -1075,7 +1075,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.524.143912 + uses: LizardByte/create-release-action@v2024.608.160245 with: allowUpdates: true discussionCategory: announcements diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 02e3265d409..1b276af9e29 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -360,7 +360,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.524.143912 + uses: LizardByte/create-release-action@v2024.608.160245 with: allowUpdates: true artifacts: "*artifacts/*"