Skip to content

Commit 3893c5b

Browse files
chore(deps): update lizardbyte/actions action to v2026.728.214955 (#5459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c19904b commit 3893c5b

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-copr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: ls -l artifacts
6464

6565
- name: Update GitHub Release
66-
uses: LizardByte/actions/actions/release_create@a46850981292c4bbc0c41715f286ad95adaaaf4a # v2026.625.20301
66+
uses: LizardByte/actions/actions/release_create@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955
6767
with:
6868
allowUpdates: true
6969
body: ${{ github.event.release.body }}

.github/workflows/ci-flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- name: More space
4040
if: matrix.arch == 'x86_64'
41-
uses: LizardByte/actions/actions/more_space@a46850981292c4bbc0c41715f286ad95adaaaf4a # v2026.625.20301
41+
uses: LizardByte/actions/actions/more_space@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955
4242
with:
4343
analyze-space-savings: true
4444
clean-all: true

.github/workflows/ci-homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- name: More space
5454
if: runner.os == 'Linux'
55-
uses: LizardByte/actions/actions/more_space@a46850981292c4bbc0c41715f286ad95adaaaf4a # v2026.625.20301
55+
uses: LizardByte/actions/actions/more_space@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955
5656
with:
5757
analyze-space-savings: true
5858
clean-all: true

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
dist: 22.04
3434
steps:
3535
- name: More space
36-
uses: LizardByte/actions/actions/more_space@a46850981292c4bbc0c41715f286ad95adaaaf4a # v2026.625.20301
36+
uses: LizardByte/actions/actions/more_space@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955
3737
with:
3838
analyze-space-savings: true
3939
clean-all: true

.github/workflows/ci.yml

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

3939
- name: Release Setup
4040
id: release-setup
41-
uses: LizardByte/actions/actions/release_setup@a46850981292c4bbc0c41715f286ad95adaaaf4a # v2026.625.20301
41+
uses: LizardByte/actions/actions/release_setup@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444

@@ -316,7 +316,7 @@ jobs:
316316
run: ls -l artifacts
317317

318318
- name: Create/Update GitHub Release
319-
uses: LizardByte/actions/actions/release_create@a46850981292c4bbc0c41715f286ad95adaaaf4a # v2026.625.20301
319+
uses: LizardByte/actions/actions/release_create@d0ae7f82215a479fe2b74f4088c53ee6460513dd # v2026.728.214955
320320
with:
321321
allowUpdates: false
322322
body: ${{ needs.release-setup.outputs.release_body }}

0 commit comments

Comments
 (0)