Skip to content

Commit

Permalink
build(deps): bump the lizardbyte-actions group with 2 updates (#129)
Browse files Browse the repository at this point in the history
Bumps the lizardbyte-actions group with 2 updates: [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](LizardByte/setup-release-action@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](LizardByte/create-release-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent cba45e3 commit 913eeff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Setup Release
id: setup_release
uses: LizardByte/setup-release-action@v2024.919.143601
uses: LizardByte/setup-release-action@v2025.102.14715
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
- name: Create/Update GitHub Release
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:
allowUpdates: true
body: ${{ needs.setup_release.outputs.release_body }}
Expand Down

0 comments on commit 913eeff

Please sign in to comment.