diff --git a/.github/workflows/ci-copr.yml b/.github/workflows/ci-copr.yml index 5d5d15d3..daf83d7c 100644 --- a/.github/workflows/ci-copr.yml +++ b/.github/workflows/ci-copr.yml @@ -62,7 +62,7 @@ jobs: run: ls -l artifacts - name: Update GitHub Release - uses: LizardByte/actions/actions/release_create@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/release_create@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 with: allowUpdates: true body: ${{ github.event.release.body }} diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index 3b02acec..11eec612 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -33,7 +33,7 @@ jobs: steps: - name: More space if: matrix.arch == 'x86_64' - uses: LizardByte/actions/actions/more_space@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/more_space@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 with: analyze-space-savings: true clean-all: true diff --git a/.github/workflows/ci-homebrew.yml b/.github/workflows/ci-homebrew.yml index 78d1ebd3..e91e1ba7 100644 --- a/.github/workflows/ci-homebrew.yml +++ b/.github/workflows/ci-homebrew.yml @@ -50,7 +50,7 @@ jobs: steps: - name: More space if: runner.os == 'Linux' - uses: LizardByte/actions/actions/more_space@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/more_space@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 with: analyze-space-savings: true clean-all: true @@ -142,7 +142,7 @@ jobs: - name: Validate Homebrew Formula id: test if: matrix.release != true - uses: LizardByte/actions/actions/release_homebrew@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/release_homebrew@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 with: formula_file: ${{ github.workspace }}/homebrew/sunshine.rb git_email: ${{ secrets.GIT_EMAIL }} diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index ecc74030..85af6a4f 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -29,7 +29,7 @@ jobs: dist: 22.04 steps: - name: More space - uses: LizardByte/actions/actions/more_space@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/more_space@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 with: analyze-space-savings: true clean-all: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b1939f0..81340cd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Release Setup id: release-setup - uses: LizardByte/actions/actions/release_setup@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/release_setup@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -253,7 +253,7 @@ jobs: run: ls -l artifacts - name: Create/Update GitHub Release - uses: LizardByte/actions/actions/release_create@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/release_create@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 with: allowUpdates: false body: ${{ needs.release-setup.outputs.release_body }} @@ -282,7 +282,7 @@ jobs: path: homebrew - name: Upload Homebrew Beta Formula - uses: LizardByte/actions/actions/release_homebrew@09a6e10dc8175f2933c20bdf35fde0a193a9c00e # v2026.129.194351 + uses: LizardByte/actions/actions/release_homebrew@ce5d2be83ba14f30062762579f46d074892c5dd0 # v2026.203.15239 with: formula_file: ${{ github.workspace }}/homebrew/sunshine-beta.rb git_email: ${{ secrets.GH_BOT_EMAIL }}