diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a68fabd..fff05a71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2025.426.225 + uses: LizardByte/setup-release-action@v2025.612.30126 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -372,7 +372,7 @@ jobs: - name: Create/Update GitHub Release if: false # if: ${{ needs.setup_release.outputs.publish_release == 'true' }} - uses: LizardByte/create-release-action@v2025.426.1549 + uses: LizardByte/create-release-action@v2025.612.13419 with: allowUpdates: true body: ${{ needs.setup_release.outputs.release_body }}