diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec07d88b..b5caaf09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Release Setup id: release-setup - uses: LizardByte/actions/actions/release_setup@70bb8d394d1c92f6113aeec6ae9cc959a5763d15 # v2026.227.200013 + uses: LizardByte/actions/actions/release_setup@0affa4f7bcb27562658960eee840eff8ff844578 # v2026.328.161128 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -643,7 +643,7 @@ jobs: run: ls -R artifacts - name: Create/Update GitHub Release - uses: LizardByte/actions/actions/release_create@70bb8d394d1c92f6113aeec6ae9cc959a5763d15 # v2026.227.200013 + uses: LizardByte/actions/actions/release_create@0affa4f7bcb27562658960eee840eff8ff844578 # v2026.328.161128 with: allowUpdates: false body: ${{ needs.release-setup.outputs.release_body }}