Skip to content

Commit

Permalink
build(deps): bump LizardByte/create-release-action from 2024.608.1602…
Browse files Browse the repository at this point in the history
…45 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](LizardByte/create-release-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent b990478 commit 886d88b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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/*'
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 886d88b

Please sign in to comment.