From 886d88bc5e032626635d1081fbe1294ca02861d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:22:46 -0400 Subject: [PATCH] build(deps): bump LizardByte/create-release-action from 2024.608.160245 to 2024.609.5014 (#2662) build(deps): bump LizardByte/create-release-action Bumps [LizardByte/create-release-action](https://github.com/lizardbyte/create-release-action) from 2024.608.160245 to 2024.609.5014. - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](https://github.com/lizardbyte/create-release-action/compare/v2024.608.160245...v2024.609.5014) --- 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 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 955ce358af3..e810da76c6b 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.608.160245 + uses: LizardByte/create-release-action@v2024.609.5014 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} @@ -471,7 +471,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.608.160245 + uses: LizardByte/create-release-action@v2024.609.5014 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} @@ -570,7 +570,7 @@ jobs: if: >- matrix.release && needs.setup_release.outputs.publish_release == 'true' - uses: LizardByte/create-release-action@v2024.608.160245 + uses: LizardByte/create-release-action@v2024.609.5014 with: allowUpdates: true artifacts: '${{ github.workspace }}/homebrew/*' @@ -812,7 +812,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.608.160245 + uses: LizardByte/create-release-action@v2024.609.5014 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }} @@ -1081,7 +1081,7 @@ jobs: - name: Create/Update GitHub Release if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2024.608.160245 + uses: LizardByte/create-release-action@v2024.609.5014 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }}