Skip to content

Commit 003c77b

Browse files
chore(deps): bump the lizardbyte-actions group with 2 updates (#49)
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 2025.102.14715 to 2025.426.225 - [Release notes](https://github.com/lizardbyte/setup-release-action/releases) - [Commits](LizardByte/setup-release-action@v2025.102.14715...v2025.426.225) Updates `LizardByte/create-release-action` from 2025.102.13208 to 2025.426.1549 - [Release notes](https://github.com/lizardbyte/create-release-action/releases) - [Commits](LizardByte/create-release-action@v2025.102.13208...v2025.426.1549) --- updated-dependencies: - dependency-name: LizardByte/setup-release-action dependency-version: 2025.426.225 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions - dependency-name: LizardByte/create-release-action dependency-version: 2025.426.1549 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lizardbyte-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05a85a9 commit 003c77b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Setup Release
4141
id: setup_release
42-
uses: LizardByte/setup-release-action@v2025.102.14715
42+
uses: LizardByte/setup-release-action@v2025.426.225
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
4545

@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: Create/Update GitHub Release
125125
if: needs.setup_release.outputs.publish_release == 'true'
126-
uses: LizardByte/create-release-action@v2025.102.13208
126+
uses: LizardByte/create-release-action@v2025.426.1549
127127
with:
128128
allowUpdates: true
129129
artifacts: 'target/x86_64-unknown-linux-gnu/release/build-pacman-repo'

0 commit comments

Comments
 (0)